Shades of Orchid #BF74C9
Tints of Orchid #BF74C9
RGB
CMYK
RGB Variations
Color information
#BF74C9 (or 0xBF74C9) is known color: Orchid. HEX triplet: BF, 74 and C9. RGB value is (191,116,201). Sum of RGB (Red+Green+Blue) = 191+116+201=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF74C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74C9 is #408B36. Grayscale: #939393. Windows color (decimal): -4229943 or 13202623. OLE color: 13202623.
HSL color Cylindrical-coordinate representation of color #BF74C9: hue angle of 292.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF74C9 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 116 | 201 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.21 |
| HSL | 292.94º | 0.44% | 0.62% | - |
| HSV(B) | 292.94º | 0.42% | 0.79% | - |
| XYZ | 38.27 | 27.78 | 58.6 | - |
| YUV | 148.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 201 | 0.05 | 0.42 | 0 | 0.21 | 292.94 | 0.44 | 0.62 |
| Hex | BF | 74 | C9 | 5 | 2A | 0 | 15 | 125 | 2C | 3E |
| Octal | 277 | 164 | 311 | 5 | 52 | 0 | 25 | 445 | 54 | 76 |
| Binary | 10111111 | 1110100 | 11001001 | 101 | 101010 | 0 | 10101 | 100100101 | 101100 | 111110 |
Color Harmonies of #BF74C9
Complementary color
Monochromatic Colors of #BF74C9
Black with #BF74C9
Text Example
Text Example
White with #BF74C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF74C9; }
p { color: rgb(191,116,201); }
H1.HeaderClassName
{
color: #BF74C9;
}
.AnyTagClassName
{
color: #BF74C9;
}
</style>
background-color css
<style>
a { background-color: #BF74C9; }
a { background-color: rgb(191,116,201); }
div.DivClassName
{
background-color: #BF74C9;
}
.BgClassName
{
background-color: #BF74C9;
}
</style>
border-color css
<style>
span { border-color: #BF74C9; }
span { border-color: rgb(191,116,201); }
td.TdClassName
{
border-color: #BF74C9;
}
.TagClassName
{
border-color: #BF74C9;
}
</style>