Shades of Orchid #BF7ACB
Tints of Orchid #BF7ACB
RGB
CMYK
RGB Variations
Color information
#BF7ACB (or 0xBF7ACB) is known color: Orchid. HEX triplet: BF, 7A and CB. RGB value is (191,122,203). Sum of RGB (Red+Green+Blue) = 191+122+203=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ACB is #408534. Grayscale: #979797. Windows color (decimal): -4228405 or 13335231. OLE color: 13335231.
HSL color Cylindrical-coordinate representation of color #BF7ACB: hue angle of 291.11º 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 #BF7ACB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 122 | 203 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.20 |
| HSL | 291.11º | 0.44% | 0.64% | - |
| HSV(B) | 291.11º | 0.4% | 0.8% | - |
| XYZ | 39.22 | 29.31 | 60.09 | - |
| YUV | 151.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 203 | 0.06 | 0.40 | 0 | 0.20 | 291.11 | 0.44 | 0.64 |
| Hex | BF | 7A | CB | 6 | 28 | 0 | 14 | 123 | 2C | 40 |
| Octal | 277 | 172 | 313 | 6 | 50 | 0 | 24 | 443 | 54 | 100 |
| Binary | 10111111 | 1111010 | 11001011 | 110 | 101000 | 0 | 10100 | 100100011 | 101100 | 1000000 |
Color Harmonies of #BF7ACB
Complementary color
Monochromatic Colors of #BF7ACB
Black with #BF7ACB
Text Example
Text Example
White with #BF7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7ACB; }
p { color: rgb(191,122,203); }
H1.HeaderClassName
{
color: #BF7ACB;
}
.AnyTagClassName
{
color: #BF7ACB;
}
</style>
background-color css
<style>
a { background-color: #BF7ACB; }
a { background-color: rgb(191,122,203); }
div.DivClassName
{
background-color: #BF7ACB;
}
.BgClassName
{
background-color: #BF7ACB;
}
</style>
border-color css
<style>
span { border-color: #BF7ACB; }
span { border-color: rgb(191,122,203); }
td.TdClassName
{
border-color: #BF7ACB;
}
.TagClassName
{
border-color: #BF7ACB;
}
</style>