Shades of Dark Orchid #B42BE8
Tints of Dark Orchid #B42BE8
RGB
CMYK
RGB Variations
Color information
#B42BE8 (or 0xB42BE8) is known color: Dark Orchid. HEX triplet: B4, 2B and E8. RGB value is (180,43,232). Sum of RGB (Red+Green+Blue) = 180+43+232=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #B42BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BE8 is #4BD417. Grayscale: #686868. Windows color (decimal): -4969496 or 15215540. OLE color: 15215540.
HSL color Cylindrical-coordinate representation of color #B42BE8: hue angle of 283.49º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42BE8 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 43 | 232 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.09 |
| HSL | 283.49º | 0.8% | 0.54% | - |
| HSV(B) | 283.49º | 0.81% | 0.91% | - |
| XYZ | 34.25 | 17.26 | 77.87 | - |
| YUV | 105.51 | 199.39 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 232 | 0.22 | 0.81 | 0 | 0.09 | 283.49 | 0.8 | 0.54 |
| Hex | B4 | 2B | E8 | 16 | 51 | 0 | 9 | 11B | 50 | 36 |
| Octal | 264 | 53 | 350 | 26 | 121 | 0 | 11 | 433 | 120 | 66 |
| Binary | 10110100 | 101011 | 11101000 | 10110 | 1010001 | 0 | 1001 | 100011011 | 1010000 | 110110 |
Color Harmonies of #B42BE8
Complementary color
Monochromatic Colors of #B42BE8
Black with #B42BE8
Text Example
Text Example
White with #B42BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42BE8; }
p { color: rgb(180,43,232); }
H1.HeaderClassName
{
color: #B42BE8;
}
.AnyTagClassName
{
color: #B42BE8;
}
</style>
background-color css
<style>
a { background-color: #B42BE8; }
a { background-color: rgb(180,43,232); }
div.DivClassName
{
background-color: #B42BE8;
}
.BgClassName
{
background-color: #B42BE8;
}
</style>
border-color css
<style>
span { border-color: #B42BE8; }
span { border-color: rgb(180,43,232); }
td.TdClassName
{
border-color: #B42BE8;
}
.TagClassName
{
border-color: #B42BE8;
}
</style>