Shades of Dark Orchid #B12CE4
Tints of Dark Orchid #B12CE4
RGB
CMYK
RGB Variations
Color information
#B12CE4 (or 0xB12CE4) is known color: Dark Orchid. HEX triplet: B1, 2C and E4. RGB value is (177,44,228). Sum of RGB (Red+Green+Blue) = 177+44+228=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #B12CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CE4 is #4ED31B. Grayscale: #686868. Windows color (decimal): -5165852 or 14953649. OLE color: 14953649.
HSL color Cylindrical-coordinate representation of color #B12CE4: hue angle of 283.37º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12CE4 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 44 | 228 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.11 |
| HSL | 283.37º | 0.77% | 0.53% | - |
| HSV(B) | 283.37º | 0.81% | 0.89% | - |
| XYZ | 33.04 | 16.75 | 74.89 | - |
| YUV | 104.74 | 197.56 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 228 | 0.22 | 0.81 | 0 | 0.11 | 283.37 | 0.77 | 0.53 |
| Hex | B1 | 2C | E4 | 16 | 51 | 0 | B | 11B | 4D | 35 |
| Octal | 261 | 54 | 344 | 26 | 121 | 0 | 13 | 433 | 115 | 65 |
| Binary | 10110001 | 101100 | 11100100 | 10110 | 1010001 | 0 | 1011 | 100011011 | 1001101 | 110101 |
Color Harmonies of #B12CE4
Complementary color
Monochromatic Colors of #B12CE4
Black with #B12CE4
Text Example
Text Example
White with #B12CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CE4; }
p { color: rgb(177,44,228); }
H1.HeaderClassName
{
color: #B12CE4;
}
.AnyTagClassName
{
color: #B12CE4;
}
</style>
background-color css
<style>
a { background-color: #B12CE4; }
a { background-color: rgb(177,44,228); }
div.DivClassName
{
background-color: #B12CE4;
}
.BgClassName
{
background-color: #B12CE4;
}
</style>
border-color css
<style>
span { border-color: #B12CE4; }
span { border-color: rgb(177,44,228); }
td.TdClassName
{
border-color: #B12CE4;
}
.TagClassName
{
border-color: #B12CE4;
}
</style>