Shades of Orchid #BF79C2
Tints of Orchid #BF79C2
RGB
CMYK
RGB Variations
Color information
#BF79C2 (or 0xBF79C2) is known color: Orchid. HEX triplet: BF, 79 and C2. RGB value is (191,121,194). Sum of RGB (Red+Green+Blue) = 191+121+194=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF79C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79C2 is #40863D. Grayscale: #969696. Windows color (decimal): -4228670 or 12745151. OLE color: 12745151.
HSL color Cylindrical-coordinate representation of color #BF79C2: hue angle of 297.53º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF79C2 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 121 | 194 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.24 |
| HSL | 297.53º | 0.37% | 0.62% | - |
| HSV(B) | 297.53º | 0.38% | 0.76% | - |
| XYZ | 38.06 | 28.65 | 54.56 | - |
| YUV | 150.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 194 | 0.02 | 0.38 | 0 | 0.24 | 297.53 | 0.37 | 0.62 |
| Hex | BF | 79 | C2 | 2 | 26 | 0 | 18 | 12A | 25 | 3E |
| Octal | 277 | 171 | 302 | 2 | 46 | 0 | 30 | 452 | 45 | 76 |
| Binary | 10111111 | 1111001 | 11000010 | 10 | 100110 | 0 | 11000 | 100101010 | 100101 | 111110 |
Color Harmonies of #BF79C2
Complementary color
Monochromatic Colors of #BF79C2
Black with #BF79C2
Text Example
Text Example
White with #BF79C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF79C2; }
p { color: rgb(191,121,194); }
H1.HeaderClassName
{
color: #BF79C2;
}
.AnyTagClassName
{
color: #BF79C2;
}
</style>
background-color css
<style>
a { background-color: #BF79C2; }
a { background-color: rgb(191,121,194); }
div.DivClassName
{
background-color: #BF79C2;
}
.BgClassName
{
background-color: #BF79C2;
}
</style>
border-color css
<style>
span { border-color: #BF79C2; }
span { border-color: rgb(191,121,194); }
td.TdClassName
{
border-color: #BF79C2;
}
.TagClassName
{
border-color: #BF79C2;
}
</style>