Shades of Dark Orchid #B42ACB
Tints of Dark Orchid #B42ACB
RGB
CMYK
RGB Variations
Color information
#B42ACB (or 0xB42ACB) is known color: Dark Orchid. HEX triplet: B4, 2A and CB. RGB value is (180,42,203). Sum of RGB (Red+Green+Blue) = 180+42+203=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #B42ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ACB is #4BD534. Grayscale: #656565. Windows color (decimal): -4969781 or 13314740. OLE color: 13314740.
HSL color Cylindrical-coordinate representation of color #B42ACB: hue angle of 291.43º 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 #B42ACB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 42 | 203 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.20 |
| HSL | 291.43º | 0.66% | 0.48% | - |
| HSV(B) | 291.43º | 0.79% | 0.8% | - |
| XYZ | 30.43 | 15.67 | 57.92 | - |
| YUV | 101.62 | 185.22 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 203 | 0.11 | 0.79 | 0 | 0.20 | 291.43 | 0.66 | 0.48 |
| Hex | B4 | 2A | CB | B | 4F | 0 | 14 | 123 | 42 | 30 |
| Octal | 264 | 52 | 313 | 13 | 117 | 0 | 24 | 443 | 102 | 60 |
| Binary | 10110100 | 101010 | 11001011 | 1011 | 1001111 | 0 | 10100 | 100100011 | 1000010 | 110000 |
Color Harmonies of #B42ACB
Complementary color
Monochromatic Colors of #B42ACB
Black with #B42ACB
Text Example
Text Example
White with #B42ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42ACB; }
p { color: rgb(180,42,203); }
H1.HeaderClassName
{
color: #B42ACB;
}
.AnyTagClassName
{
color: #B42ACB;
}
</style>
background-color css
<style>
a { background-color: #B42ACB; }
a { background-color: rgb(180,42,203); }
div.DivClassName
{
background-color: #B42ACB;
}
.BgClassName
{
background-color: #B42ACB;
}
</style>
border-color css
<style>
span { border-color: #B42ACB; }
span { border-color: rgb(180,42,203); }
td.TdClassName
{
border-color: #B42ACB;
}
.TagClassName
{
border-color: #B42ACB;
}
</style>