Shades of Dark Orchid #B42CE6
Tints of Dark Orchid #B42CE6
RGB
CMYK
RGB Variations
Color information
#B42CE6 (or 0xB42CE6) is known color: Dark Orchid. HEX triplet: B4, 2C and E6. RGB value is (180,44,230). Sum of RGB (Red+Green+Blue) = 180+44+230=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #B42CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42CE6 is #4BD319. Grayscale: #696969. Windows color (decimal): -4969242 or 15084724. OLE color: 15084724.
HSL color Cylindrical-coordinate representation of color #B42CE6: hue angle of 283.87º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42CE6 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 44 | 230 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.10 |
| HSL | 283.87º | 0.79% | 0.54% | - |
| HSV(B) | 283.87º | 0.81% | 0.9% | - |
| XYZ | 34.01 | 17.22 | 76.39 | - |
| YUV | 105.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 230 | 0.22 | 0.81 | 0 | 0.10 | 283.87 | 0.79 | 0.54 |
| Hex | B4 | 2C | E6 | 16 | 51 | 0 | A | 11C | 4F | 36 |
| Octal | 264 | 54 | 346 | 26 | 121 | 0 | 12 | 434 | 117 | 66 |
| Binary | 10110100 | 101100 | 11100110 | 10110 | 1010001 | 0 | 1010 | 100011100 | 1001111 | 110110 |
Color Harmonies of #B42CE6
Complementary color
Monochromatic Colors of #B42CE6
Black with #B42CE6
Text Example
Text Example
White with #B42CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CE6; }
p { color: rgb(180,44,230); }
H1.HeaderClassName
{
color: #B42CE6;
}
.AnyTagClassName
{
color: #B42CE6;
}
</style>
background-color css
<style>
a { background-color: #B42CE6; }
a { background-color: rgb(180,44,230); }
div.DivClassName
{
background-color: #B42CE6;
}
.BgClassName
{
background-color: #B42CE6;
}
</style>
border-color css
<style>
span { border-color: #B42CE6; }
span { border-color: rgb(180,44,230); }
td.TdClassName
{
border-color: #B42CE6;
}
.TagClassName
{
border-color: #B42CE6;
}
</style>