Shades of Orchid #BF78C9
Tints of Orchid #BF78C9
RGB
CMYK
RGB Variations
Color information
#BF78C9 (or 0xBF78C9) is known color: Orchid. HEX triplet: BF, 78 and C9. RGB value is (191,120,201). Sum of RGB (Red+Green+Blue) = 191+120+201=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF78C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78C9 is #408736. Grayscale: #969696. Windows color (decimal): -4228919 or 13203647. OLE color: 13203647.
HSL color Cylindrical-coordinate representation of color #BF78C9: hue angle of 292.59º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF78C9 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 120 | 201 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.21 |
| HSL | 292.59º | 0.43% | 0.63% | - |
| HSV(B) | 292.59º | 0.4% | 0.79% | - |
| XYZ | 38.74 | 28.73 | 58.76 | - |
| YUV | 150.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 201 | 0.05 | 0.40 | 0 | 0.21 | 292.59 | 0.43 | 0.63 |
| Hex | BF | 78 | C9 | 5 | 28 | 0 | 15 | 125 | 2B | 3F |
| Octal | 277 | 170 | 311 | 5 | 50 | 0 | 25 | 445 | 53 | 77 |
| Binary | 10111111 | 1111000 | 11001001 | 101 | 101000 | 0 | 10101 | 100100101 | 101011 | 111111 |
Color Harmonies of #BF78C9
Complementary color
Monochromatic Colors of #BF78C9
Black with #BF78C9
Text Example
Text Example
White with #BF78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78C9; }
p { color: rgb(191,120,201); }
H1.HeaderClassName
{
color: #BF78C9;
}
.AnyTagClassName
{
color: #BF78C9;
}
</style>
background-color css
<style>
a { background-color: #BF78C9; }
a { background-color: rgb(191,120,201); }
div.DivClassName
{
background-color: #BF78C9;
}
.BgClassName
{
background-color: #BF78C9;
}
</style>
border-color css
<style>
span { border-color: #BF78C9; }
span { border-color: rgb(191,120,201); }
td.TdClassName
{
border-color: #BF78C9;
}
.TagClassName
{
border-color: #BF78C9;
}
</style>