Shades of Dark Orchid #B42BEB
Tints of Dark Orchid #B42BEB
RGB
CMYK
RGB Variations
Color information
#B42BEB (or 0xB42BEB) is known color: Dark Orchid. HEX triplet: B4, 2B and EB. RGB value is (180,43,235). Sum of RGB (Red+Green+Blue) = 180+43+235=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #B42BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BEB is #4BD414. Grayscale: #696969. Windows color (decimal): -4969493 or 15412148. OLE color: 15412148.
HSL color Cylindrical-coordinate representation of color #B42BEB: hue angle of 282.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42BEB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 43 | 235 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.08 |
| HSL | 282.81º | 0.83% | 0.55% | - |
| HSV(B) | 282.81º | 0.82% | 0.92% | - |
| XYZ | 34.68 | 17.43 | 80.13 | - |
| YUV | 105.85 | 200.89 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 235 | 0.23 | 0.82 | 0 | 0.08 | 282.81 | 0.83 | 0.55 |
| Hex | B4 | 2B | EB | 17 | 52 | 0 | 8 | 11B | 53 | 37 |
| Octal | 264 | 53 | 353 | 27 | 122 | 0 | 10 | 433 | 123 | 67 |
| Binary | 10110100 | 101011 | 11101011 | 10111 | 1010010 | 0 | 1000 | 100011011 | 1010011 | 110111 |
Color Harmonies of #B42BEB
Complementary color
Monochromatic Colors of #B42BEB
Black with #B42BEB
Text Example
Text Example
White with #B42BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42BEB; }
p { color: rgb(180,43,235); }
H1.HeaderClassName
{
color: #B42BEB;
}
.AnyTagClassName
{
color: #B42BEB;
}
</style>
background-color css
<style>
a { background-color: #B42BEB; }
a { background-color: rgb(180,43,235); }
div.DivClassName
{
background-color: #B42BEB;
}
.BgClassName
{
background-color: #B42BEB;
}
</style>
border-color css
<style>
span { border-color: #B42BEB; }
span { border-color: rgb(180,43,235); }
td.TdClassName
{
border-color: #B42BEB;
}
.TagClassName
{
border-color: #B42BEB;
}
</style>