Shades of Dark Orchid #B42CDE
Tints of Dark Orchid #B42CDE
RGB
CMYK
RGB Variations
Color information
#B42CDE (or 0xB42CDE) is known color: Dark Orchid. HEX triplet: B4, 2C and DE. RGB value is (180,44,222). Sum of RGB (Red+Green+Blue) = 180+44+222=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #B42CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CDE is #4BD321. Grayscale: #686868. Windows color (decimal): -4969250 or 14560436. OLE color: 14560436.
HSL color Cylindrical-coordinate representation of color #B42CDE: hue angle of 285.84º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42CDE is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 44 | 222 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.13 |
| HSL | 285.84º | 0.73% | 0.52% | - |
| HSV(B) | 285.84º | 0.8% | 0.87% | - |
| XYZ | 32.91 | 16.78 | 70.61 | - |
| YUV | 104.96 | 194.06 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 222 | 0.19 | 0.80 | 0 | 0.13 | 285.84 | 0.73 | 0.52 |
| Hex | B4 | 2C | DE | 13 | 50 | 0 | D | 11E | 49 | 34 |
| Octal | 264 | 54 | 336 | 23 | 120 | 0 | 15 | 436 | 111 | 64 |
| Binary | 10110100 | 101100 | 11011110 | 10011 | 1010000 | 0 | 1101 | 100011110 | 1001001 | 110100 |
Color Harmonies of #B42CDE
Complementary color
Monochromatic Colors of #B42CDE
Black with #B42CDE
Text Example
Text Example
White with #B42CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CDE; }
p { color: rgb(180,44,222); }
H1.HeaderClassName
{
color: #B42CDE;
}
.AnyTagClassName
{
color: #B42CDE;
}
</style>
background-color css
<style>
a { background-color: #B42CDE; }
a { background-color: rgb(180,44,222); }
div.DivClassName
{
background-color: #B42CDE;
}
.BgClassName
{
background-color: #B42CDE;
}
</style>
border-color css
<style>
span { border-color: #B42CDE; }
span { border-color: rgb(180,44,222); }
td.TdClassName
{
border-color: #B42CDE;
}
.TagClassName
{
border-color: #B42CDE;
}
</style>