Shades of Dark Orchid #B42ECB
Tints of Dark Orchid #B42ECB
RGB
CMYK
RGB Variations
Color information
#B42ECB (or 0xB42ECB) is known color: Dark Orchid. HEX triplet: B4, 2E and CB. RGB value is (180,46,203). Sum of RGB (Red+Green+Blue) = 180+46+203=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #B42ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ECB is #4BD134. Grayscale: #676767. Windows color (decimal): -4968757 or 13315764. OLE color: 13315764.
HSL color Cylindrical-coordinate representation of color #B42ECB: hue angle of 291.21º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42ECB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 46 | 203 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.20 |
| HSL | 291.21º | 0.63% | 0.49% | - |
| HSV(B) | 291.21º | 0.77% | 0.8% | - |
| XYZ | 30.58 | 15.97 | 57.97 | - |
| YUV | 103.96 | 183.89 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 203 | 0.11 | 0.77 | 0 | 0.20 | 291.21 | 0.63 | 0.49 |
| Hex | B4 | 2E | CB | B | 4D | 0 | 14 | 123 | 3F | 31 |
| Octal | 264 | 56 | 313 | 13 | 115 | 0 | 24 | 443 | 77 | 61 |
| Binary | 10110100 | 101110 | 11001011 | 1011 | 1001101 | 0 | 10100 | 100100011 | 111111 | 110001 |
Color Harmonies of #B42ECB
Complementary color
Monochromatic Colors of #B42ECB
Black with #B42ECB
Text Example
Text Example
White with #B42ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42ECB; }
p { color: rgb(180,46,203); }
H1.HeaderClassName
{
color: #B42ECB;
}
.AnyTagClassName
{
color: #B42ECB;
}
</style>
background-color css
<style>
a { background-color: #B42ECB; }
a { background-color: rgb(180,46,203); }
div.DivClassName
{
background-color: #B42ECB;
}
.BgClassName
{
background-color: #B42ECB;
}
</style>
border-color css
<style>
span { border-color: #B42ECB; }
span { border-color: rgb(180,46,203); }
td.TdClassName
{
border-color: #B42ECB;
}
.TagClassName
{
border-color: #B42ECB;
}
</style>