Shades of Dark Orchid #B42BEE
Tints of Dark Orchid #B42BEE
RGB
CMYK
RGB Variations
Color information
#B42BEE (or 0xB42BEE) is known color: Dark Orchid. HEX triplet: B4, 2B and EE. RGB value is (180,43,238). Sum of RGB (Red+Green+Blue) = 180+43+238=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #B42BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BEE is #4BD411. Grayscale: #696969. Windows color (decimal): -4969490 or 15608756. OLE color: 15608756.
HSL color Cylindrical-coordinate representation of color #B42BEE: hue angle of 282.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42BEE is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 43 | 238 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.07 |
| HSL | 282.15º | 0.85% | 0.55% | - |
| HSV(B) | 282.15º | 0.82% | 0.93% | - |
| XYZ | 35.12 | 17.6 | 82.44 | - |
| YUV | 106.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 238 | 0.24 | 0.82 | 0 | 0.07 | 282.15 | 0.85 | 0.55 |
| Hex | B4 | 2B | EE | 18 | 52 | 0 | 7 | 11A | 55 | 37 |
| Octal | 264 | 53 | 356 | 30 | 122 | 0 | 7 | 432 | 125 | 67 |
| Binary | 10110100 | 101011 | 11101110 | 11000 | 1010010 | 0 | 111 | 100011010 | 1010101 | 110111 |
Color Harmonies of #B42BEE
Complementary color
Monochromatic Colors of #B42BEE
Black with #B42BEE
Text Example
Text Example
White with #B42BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42BEE; }
p { color: rgb(180,43,238); }
H1.HeaderClassName
{
color: #B42BEE;
}
.AnyTagClassName
{
color: #B42BEE;
}
</style>
background-color css
<style>
a { background-color: #B42BEE; }
a { background-color: rgb(180,43,238); }
div.DivClassName
{
background-color: #B42BEE;
}
.BgClassName
{
background-color: #B42BEE;
}
</style>
border-color css
<style>
span { border-color: #B42BEE; }
span { border-color: rgb(180,43,238); }
td.TdClassName
{
border-color: #B42BEE;
}
.TagClassName
{
border-color: #B42BEE;
}
</style>