Shades of Dark Orchid #B42DDD
Tints of Dark Orchid #B42DDD
RGB
CMYK
RGB Variations
Color information
#B42DDD (or 0xB42DDD) is known color: Dark Orchid. HEX triplet: B4, 2D and DD. RGB value is (180,45,221). Sum of RGB (Red+Green+Blue) = 180+45+221=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #B42DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DDD is #4BD222. Grayscale: #686868. Windows color (decimal): -4968995 or 14495156. OLE color: 14495156.
HSL color Cylindrical-coordinate representation of color #B42DDD: hue angle of 286.02º degrees, saturation: 0.72, 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 #B42DDD is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 45 | 221 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.13 |
| HSL | 286.02º | 0.72% | 0.52% | - |
| HSV(B) | 286.02º | 0.8% | 0.87% | - |
| XYZ | 32.81 | 16.8 | 69.92 | - |
| YUV | 105.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 221 | 0.19 | 0.80 | 0 | 0.13 | 286.02 | 0.72 | 0.52 |
| Hex | B4 | 2D | DD | 13 | 50 | 0 | D | 11E | 48 | 34 |
| Octal | 264 | 55 | 335 | 23 | 120 | 0 | 15 | 436 | 110 | 64 |
| Binary | 10110100 | 101101 | 11011101 | 10011 | 1010000 | 0 | 1101 | 100011110 | 1001000 | 110100 |
Color Harmonies of #B42DDD
Complementary color
Monochromatic Colors of #B42DDD
Black with #B42DDD
Text Example
Text Example
White with #B42DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DDD; }
p { color: rgb(180,45,221); }
H1.HeaderClassName
{
color: #B42DDD;
}
.AnyTagClassName
{
color: #B42DDD;
}
</style>
background-color css
<style>
a { background-color: #B42DDD; }
a { background-color: rgb(180,45,221); }
div.DivClassName
{
background-color: #B42DDD;
}
.BgClassName
{
background-color: #B42DDD;
}
</style>
border-color css
<style>
span { border-color: #B42DDD; }
span { border-color: rgb(180,45,221); }
td.TdClassName
{
border-color: #B42DDD;
}
.TagClassName
{
border-color: #B42DDD;
}
</style>