Shades of Orchid #BF77CE
Tints of Orchid #BF77CE
RGB
CMYK
RGB Variations
Color information
#BF77CE (or 0xBF77CE) is known color: Orchid. HEX triplet: BF, 77 and CE. RGB value is (191,119,206). Sum of RGB (Red+Green+Blue) = 191+119+206=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77CE is #408831. Grayscale: #969696. Windows color (decimal): -4229170 or 13531071. OLE color: 13531071.
HSL color Cylindrical-coordinate representation of color #BF77CE: hue angle of 289.66º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF77CE is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 119 | 206 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.19 |
| HSL | 289.66º | 0.47% | 0.64% | - |
| HSV(B) | 289.66º | 0.42% | 0.81% | - |
| XYZ | 39.22 | 28.73 | 61.87 | - |
| YUV | 150.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 206 | 0.07 | 0.42 | 0 | 0.19 | 289.66 | 0.47 | 0.64 |
| Hex | BF | 77 | CE | 7 | 2A | 0 | 13 | 122 | 2F | 40 |
| Octal | 277 | 167 | 316 | 7 | 52 | 0 | 23 | 442 | 57 | 100 |
| Binary | 10111111 | 1110111 | 11001110 | 111 | 101010 | 0 | 10011 | 100100010 | 101111 | 1000000 |
Color Harmonies of #BF77CE
Complementary color
Monochromatic Colors of #BF77CE
Black with #BF77CE
Text Example
Text Example
White with #BF77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77CE; }
p { color: rgb(191,119,206); }
H1.HeaderClassName
{
color: #BF77CE;
}
.AnyTagClassName
{
color: #BF77CE;
}
</style>
background-color css
<style>
a { background-color: #BF77CE; }
a { background-color: rgb(191,119,206); }
div.DivClassName
{
background-color: #BF77CE;
}
.BgClassName
{
background-color: #BF77CE;
}
</style>
border-color css
<style>
span { border-color: #BF77CE; }
span { border-color: rgb(191,119,206); }
td.TdClassName
{
border-color: #BF77CE;
}
.TagClassName
{
border-color: #BF77CE;
}
</style>