Shades of Orchid #BF79C0
Tints of Orchid #BF79C0
RGB
CMYK
RGB Variations
Color information
#BF79C0 (or 0xBF79C0) is known color: Orchid. HEX triplet: BF, 79 and C0. RGB value is (191,121,192). Sum of RGB (Red+Green+Blue) = 191+121+192=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79C0 is #40863F. Grayscale: #959595. Windows color (decimal): -4228672 or 12614079. OLE color: 12614079.
HSL color Cylindrical-coordinate representation of color #BF79C0: hue angle of 299.15º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF79C0 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 192 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.25 |
| HSL | 299.15º | 0.36% | 0.61% | - |
| HSV(B) | 299.15º | 0.37% | 0.75% | - |
| XYZ | 37.84 | 28.56 | 53.39 | - |
| YUV | 150.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 192 | 0.01 | 0.37 | 0 | 0.25 | 299.15 | 0.36 | 0.61 |
| Hex | BF | 79 | C0 | 1 | 25 | 0 | 19 | 12B | 24 | 3D |
| Octal | 277 | 171 | 300 | 1 | 45 | 0 | 31 | 453 | 44 | 75 |
| Binary | 10111111 | 1111001 | 11000000 | 1 | 100101 | 0 | 11001 | 100101011 | 100100 | 111101 |
Color Harmonies of #BF79C0
Complementary color
Monochromatic Colors of #BF79C0
Black with #BF79C0
Text Example
Text Example
White with #BF79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF79C0; }
p { color: rgb(191,121,192); }
H1.HeaderClassName
{
color: #BF79C0;
}
.AnyTagClassName
{
color: #BF79C0;
}
</style>
background-color css
<style>
a { background-color: #BF79C0; }
a { background-color: rgb(191,121,192); }
div.DivClassName
{
background-color: #BF79C0;
}
.BgClassName
{
background-color: #BF79C0;
}
</style>
border-color css
<style>
span { border-color: #BF79C0; }
span { border-color: rgb(191,121,192); }
td.TdClassName
{
border-color: #BF79C0;
}
.TagClassName
{
border-color: #BF79C0;
}
</style>