Shades of Dark Orchid #B12CDE
Tints of Dark Orchid #B12CDE
RGB
CMYK
RGB Variations
Color information
#B12CDE (or 0xB12CDE) is known color: Dark Orchid. HEX triplet: B1, 2C and DE. RGB value is (177,44,222). Sum of RGB (Red+Green+Blue) = 177+44+222=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #B12CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CDE is #4ED321. Grayscale: #676767. Windows color (decimal): -5165858 or 14560433. OLE color: 14560433.
HSL color Cylindrical-coordinate representation of color #B12CDE: hue angle of 284.83º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12CDE is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 44 | 222 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.13 |
| HSL | 284.83º | 0.73% | 0.52% | - |
| HSV(B) | 284.83º | 0.8% | 0.87% | - |
| XYZ | 32.22 | 16.42 | 70.58 | - |
| YUV | 104.06 | 194.56 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 222 | 0.20 | 0.80 | 0 | 0.13 | 284.83 | 0.73 | 0.52 |
| Hex | B1 | 2C | DE | 14 | 50 | 0 | D | 11D | 49 | 34 |
| Octal | 261 | 54 | 336 | 24 | 120 | 0 | 15 | 435 | 111 | 64 |
| Binary | 10110001 | 101100 | 11011110 | 10100 | 1010000 | 0 | 1101 | 100011101 | 1001001 | 110100 |
Color Harmonies of #B12CDE
Complementary color
Monochromatic Colors of #B12CDE
Black with #B12CDE
Text Example
Text Example
White with #B12CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CDE; }
p { color: rgb(177,44,222); }
H1.HeaderClassName
{
color: #B12CDE;
}
.AnyTagClassName
{
color: #B12CDE;
}
</style>
background-color css
<style>
a { background-color: #B12CDE; }
a { background-color: rgb(177,44,222); }
div.DivClassName
{
background-color: #B12CDE;
}
.BgClassName
{
background-color: #B12CDE;
}
</style>
border-color css
<style>
span { border-color: #B12CDE; }
span { border-color: rgb(177,44,222); }
td.TdClassName
{
border-color: #B12CDE;
}
.TagClassName
{
border-color: #B12CDE;
}
</style>