Shades of Dark Orchid #B42ACC
Tints of Dark Orchid #B42ACC
RGB
CMYK
RGB Variations
Color information
#B42ACC (or 0xB42ACC) is known color: Dark Orchid. HEX triplet: B4, 2A and CC. RGB value is (180,42,204). Sum of RGB (Red+Green+Blue) = 180+42+204=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #B42ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ACC is #4BD533. Grayscale: #656565. Windows color (decimal): -4969780 or 13380276. OLE color: 13380276.
HSL color Cylindrical-coordinate representation of color #B42ACC: hue angle of 291.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42ACC is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 42 | 204 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.2 |
| HSL | 291.11º | 0.66% | 0.48% | - |
| HSV(B) | 291.11º | 0.79% | 0.8% | - |
| XYZ | 30.55 | 15.72 | 58.55 | - |
| YUV | 101.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 204 | 0.12 | 0.79 | 0 | 0.2 | 291.11 | 0.66 | 0.48 |
| Hex | B4 | 2A | CC | C | 4F | 0 | 14 | 123 | 42 | 30 |
| Octal | 264 | 52 | 314 | 14 | 117 | 0 | 24 | 443 | 102 | 60 |
| Binary | 10110100 | 101010 | 11001100 | 1100 | 1001111 | 0 | 10100 | 100100011 | 1000010 | 110000 |
Color Harmonies of #B42ACC
Complementary color
Monochromatic Colors of #B42ACC
Black with #B42ACC
Text Example
Text Example
White with #B42ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42ACC; }
p { color: rgb(180,42,204); }
H1.HeaderClassName
{
color: #B42ACC;
}
.AnyTagClassName
{
color: #B42ACC;
}
</style>
background-color css
<style>
a { background-color: #B42ACC; }
a { background-color: rgb(180,42,204); }
div.DivClassName
{
background-color: #B42ACC;
}
.BgClassName
{
background-color: #B42ACC;
}
</style>
border-color css
<style>
span { border-color: #B42ACC; }
span { border-color: rgb(180,42,204); }
td.TdClassName
{
border-color: #B42ACC;
}
.TagClassName
{
border-color: #B42ACC;
}
</style>