Shades of Orchid #BF7BCC
Tints of Orchid #BF7BCC
RGB
CMYK
RGB Variations
Color information
#BF7BCC (or 0xBF7BCC) is known color: Orchid. HEX triplet: BF, 7B and CC. RGB value is (191,123,204). Sum of RGB (Red+Green+Blue) = 191+123+204=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BCC is #408433. Grayscale: #989898. Windows color (decimal): -4228148 or 13401023. OLE color: 13401023.
HSL color Cylindrical-coordinate representation of color #BF7BCC: hue angle of 290.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7BCC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 123 | 204 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.2 |
| HSL | 290.37º | 0.44% | 0.64% | - |
| HSV(B) | 290.37º | 0.4% | 0.8% | - |
| XYZ | 39.47 | 29.6 | 60.76 | - |
| YUV | 152.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 204 | 0.06 | 0.40 | 0 | 0.2 | 290.37 | 0.44 | 0.64 |
| Hex | BF | 7B | CC | 6 | 28 | 0 | 14 | 122 | 2C | 40 |
| Octal | 277 | 173 | 314 | 6 | 50 | 0 | 24 | 442 | 54 | 100 |
| Binary | 10111111 | 1111011 | 11001100 | 110 | 101000 | 0 | 10100 | 100100010 | 101100 | 1000000 |
Color Harmonies of #BF7BCC
Complementary color
Monochromatic Colors of #BF7BCC
Black with #BF7BCC
Text Example
Text Example
White with #BF7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7BCC; }
p { color: rgb(191,123,204); }
H1.HeaderClassName
{
color: #BF7BCC;
}
.AnyTagClassName
{
color: #BF7BCC;
}
</style>
background-color css
<style>
a { background-color: #BF7BCC; }
a { background-color: rgb(191,123,204); }
div.DivClassName
{
background-color: #BF7BCC;
}
.BgClassName
{
background-color: #BF7BCC;
}
</style>
border-color css
<style>
span { border-color: #BF7BCC; }
span { border-color: rgb(191,123,204); }
td.TdClassName
{
border-color: #BF7BCC;
}
.TagClassName
{
border-color: #BF7BCC;
}
</style>