Shades of Orchid #BF7BC2
Tints of Orchid #BF7BC2
RGB
CMYK
RGB Variations
Color information
#BF7BC2 (or 0xBF7BC2) is known color: Orchid. HEX triplet: BF, 7B and C2. RGB value is (191,123,194). Sum of RGB (Red+Green+Blue) = 191+123+194=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF7BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BC2 is #40843D. Grayscale: #979797. Windows color (decimal): -4228158 or 12745663. OLE color: 12745663.
HSL color Cylindrical-coordinate representation of color #BF7BC2: hue angle of 297.46º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7BC2 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 123 | 194 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.24 |
| HSL | 297.46º | 0.37% | 0.62% | - |
| HSV(B) | 297.46º | 0.37% | 0.76% | - |
| XYZ | 38.31 | 29.14 | 54.64 | - |
| YUV | 151.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 194 | 0.02 | 0.37 | 0 | 0.24 | 297.46 | 0.37 | 0.62 |
| Hex | BF | 7B | C2 | 2 | 25 | 0 | 18 | 129 | 25 | 3E |
| Octal | 277 | 173 | 302 | 2 | 45 | 0 | 30 | 451 | 45 | 76 |
| Binary | 10111111 | 1111011 | 11000010 | 10 | 100101 | 0 | 11000 | 100101001 | 100101 | 111110 |
Color Harmonies of #BF7BC2
Complementary color
Monochromatic Colors of #BF7BC2
Black with #BF7BC2
Text Example
Text Example
White with #BF7BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7BC2; }
p { color: rgb(191,123,194); }
H1.HeaderClassName
{
color: #BF7BC2;
}
.AnyTagClassName
{
color: #BF7BC2;
}
</style>
background-color css
<style>
a { background-color: #BF7BC2; }
a { background-color: rgb(191,123,194); }
div.DivClassName
{
background-color: #BF7BC2;
}
.BgClassName
{
background-color: #BF7BC2;
}
</style>
border-color css
<style>
span { border-color: #BF7BC2; }
span { border-color: rgb(191,123,194); }
td.TdClassName
{
border-color: #BF7BC2;
}
.TagClassName
{
border-color: #BF7BC2;
}
</style>