Shades of Dark Orchid #B12FCE
Tints of Dark Orchid #B12FCE
RGB
CMYK
RGB Variations
Color information
#B12FCE (or 0xB12FCE) is known color: Dark Orchid. HEX triplet: B1, 2F and CE. RGB value is (177,47,206). Sum of RGB (Red+Green+Blue) = 177+47+206=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #B12FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12FCE is #4ED031. Grayscale: #676767. Windows color (decimal): -5165106 or 13512625. OLE color: 13512625.
HSL color Cylindrical-coordinate representation of color #B12FCE: hue angle of 289.06º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12FCE is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 47 | 206 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.19 |
| HSL | 289.06º | 0.63% | 0.5% | - |
| HSV(B) | 289.06º | 0.77% | 0.81% | - |
| XYZ | 30.29 | 15.84 | 59.85 | - |
| YUV | 104 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 206 | 0.14 | 0.77 | 0 | 0.19 | 289.06 | 0.63 | 0.5 |
| Hex | B1 | 2F | CE | E | 4D | 0 | 13 | 121 | 3F | 32 |
| Octal | 261 | 57 | 316 | 16 | 115 | 0 | 23 | 441 | 77 | 62 |
| Binary | 10110001 | 101111 | 11001110 | 1110 | 1001101 | 0 | 10011 | 100100001 | 111111 | 110010 |
Color Harmonies of #B12FCE
Complementary color
Monochromatic Colors of #B12FCE
Black with #B12FCE
Text Example
Text Example
White with #B12FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12FCE; }
p { color: rgb(177,47,206); }
H1.HeaderClassName
{
color: #B12FCE;
}
.AnyTagClassName
{
color: #B12FCE;
}
</style>
background-color css
<style>
a { background-color: #B12FCE; }
a { background-color: rgb(177,47,206); }
div.DivClassName
{
background-color: #B12FCE;
}
.BgClassName
{
background-color: #B12FCE;
}
</style>
border-color css
<style>
span { border-color: #B12FCE; }
span { border-color: rgb(177,47,206); }
td.TdClassName
{
border-color: #B12FCE;
}
.TagClassName
{
border-color: #B12FCE;
}
</style>