Shades of Medium Orchid #BF4FE5
Tints of Medium Orchid #BF4FE5
RGB
CMYK
RGB Variations
Color information
#BF4FE5 (or 0xBF4FE5) is known color: Medium Orchid. HEX triplet: BF, 4F and E5. RGB value is (191,79,229). Sum of RGB (Red+Green+Blue) = 191+79+229=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF4FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FE5 is #40B01A. Grayscale: #818181. Windows color (decimal): -4239387 or 15028159. OLE color: 15028159.
HSL color Cylindrical-coordinate representation of color #BF4FE5: hue angle of 284.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4FE5 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 79 | 229 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.10 |
| HSL | 284.8º | 0.74% | 0.6% | - |
| HSV(B) | 284.8º | 0.66% | 0.9% | - |
| XYZ | 38.42 | 22.33 | 76.41 | - |
| YUV | 129.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 229 | 0.17 | 0.66 | 0 | 0.10 | 284.8 | 0.74 | 0.6 |
| Hex | BF | 4F | E5 | 11 | 42 | 0 | A | 11D | 4A | 3C |
| Octal | 277 | 117 | 345 | 21 | 102 | 0 | 12 | 435 | 112 | 74 |
| Binary | 10111111 | 1001111 | 11100101 | 10001 | 1000010 | 0 | 1010 | 100011101 | 1001010 | 111100 |
Color Harmonies of #BF4FE5
Complementary color
Monochromatic Colors of #BF4FE5
Black with #BF4FE5
Text Example
Text Example
White with #BF4FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4FE5; }
p { color: rgb(191,79,229); }
H1.HeaderClassName
{
color: #BF4FE5;
}
.AnyTagClassName
{
color: #BF4FE5;
}
</style>
background-color css
<style>
a { background-color: #BF4FE5; }
a { background-color: rgb(191,79,229); }
div.DivClassName
{
background-color: #BF4FE5;
}
.BgClassName
{
background-color: #BF4FE5;
}
</style>
border-color css
<style>
span { border-color: #BF4FE5; }
span { border-color: rgb(191,79,229); }
td.TdClassName
{
border-color: #BF4FE5;
}
.TagClassName
{
border-color: #BF4FE5;
}
</style>