Shades of Dark Orchid #B42ACE
Tints of Dark Orchid #B42ACE
RGB
CMYK
RGB Variations
Color information
#B42ACE (or 0xB42ACE) is known color: Dark Orchid. HEX triplet: B4, 2A and CE. RGB value is (180,42,206). Sum of RGB (Red+Green+Blue) = 180+42+206=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #B42ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ACE is #4BD531. Grayscale: #656565. Windows color (decimal): -4969778 or 13511348. OLE color: 13511348.
HSL color Cylindrical-coordinate representation of color #B42ACE: hue angle of 290.49º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42ACE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 42 | 206 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.19 |
| HSL | 290.49º | 0.66% | 0.49% | - |
| HSV(B) | 290.49º | 0.8% | 0.81% | - |
| XYZ | 30.79 | 15.82 | 59.82 | - |
| YUV | 101.96 | 186.72 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 206 | 0.13 | 0.80 | 0 | 0.19 | 290.49 | 0.66 | 0.49 |
| Hex | B4 | 2A | CE | D | 50 | 0 | 13 | 122 | 42 | 31 |
| Octal | 264 | 52 | 316 | 15 | 120 | 0 | 23 | 442 | 102 | 61 |
| Binary | 10110100 | 101010 | 11001110 | 1101 | 1010000 | 0 | 10011 | 100100010 | 1000010 | 110001 |
Color Harmonies of #B42ACE
Complementary color
Monochromatic Colors of #B42ACE
Black with #B42ACE
Text Example
Text Example
White with #B42ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42ACE; }
p { color: rgb(180,42,206); }
H1.HeaderClassName
{
color: #B42ACE;
}
.AnyTagClassName
{
color: #B42ACE;
}
</style>
background-color css
<style>
a { background-color: #B42ACE; }
a { background-color: rgb(180,42,206); }
div.DivClassName
{
background-color: #B42ACE;
}
.BgClassName
{
background-color: #B42ACE;
}
</style>
border-color css
<style>
span { border-color: #B42ACE; }
span { border-color: rgb(180,42,206); }
td.TdClassName
{
border-color: #B42ACE;
}
.TagClassName
{
border-color: #B42ACE;
}
</style>