Shades of Dark Orchid #B12CEA
Tints of Dark Orchid #B12CEA
RGB
CMYK
RGB Variations
Color information
#B12CEA (or 0xB12CEA) is known color: Dark Orchid. HEX triplet: B1, 2C and EA. RGB value is (177,44,234). Sum of RGB (Red+Green+Blue) = 177+44+234=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #B12CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12CEA is #4ED315. Grayscale: #686868. Windows color (decimal): -5165846 or 15346865. OLE color: 15346865.
HSL color Cylindrical-coordinate representation of color #B12CEA: hue angle of 282º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12CEA is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 44 | 234 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.08 |
| HSL | 282º | 0.82% | 0.55% | - |
| HSV(B) | 282º | 0.81% | 0.92% | - |
| XYZ | 33.88 | 17.09 | 79.35 | - |
| YUV | 105.43 | 200.56 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 234 | 0.24 | 0.81 | 0 | 0.08 | 282 | 0.82 | 0.55 |
| Hex | B1 | 2C | EA | 18 | 51 | 0 | 8 | 11A | 52 | 37 |
| Octal | 261 | 54 | 352 | 30 | 121 | 0 | 10 | 432 | 122 | 67 |
| Binary | 10110001 | 101100 | 11101010 | 11000 | 1010001 | 0 | 1000 | 100011010 | 1010010 | 110111 |
Color Harmonies of #B12CEA
Complementary color
Monochromatic Colors of #B12CEA
Black with #B12CEA
Text Example
Text Example
White with #B12CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CEA; }
p { color: rgb(177,44,234); }
H1.HeaderClassName
{
color: #B12CEA;
}
.AnyTagClassName
{
color: #B12CEA;
}
</style>
background-color css
<style>
a { background-color: #B12CEA; }
a { background-color: rgb(177,44,234); }
div.DivClassName
{
background-color: #B12CEA;
}
.BgClassName
{
background-color: #B12CEA;
}
</style>
border-color css
<style>
span { border-color: #B12CEA; }
span { border-color: rgb(177,44,234); }
td.TdClassName
{
border-color: #B12CEA;
}
.TagClassName
{
border-color: #B12CEA;
}
</style>