Shades of Dark Orchid #B42DDA
Tints of Dark Orchid #B42DDA
RGB
CMYK
RGB Variations
Color information
#B42DDA (or 0xB42DDA) is known color: Dark Orchid. HEX triplet: B4, 2D and DA. RGB value is (180,45,218). Sum of RGB (Red+Green+Blue) = 180+45+218=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #B42DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DDA is #4BD225. Grayscale: #686868. Windows color (decimal): -4968998 or 14298548. OLE color: 14298548.
HSL color Cylindrical-coordinate representation of color #B42DDA: hue angle of 286.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42DDA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 45 | 218 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.15 |
| HSL | 286.82º | 0.7% | 0.52% | - |
| HSV(B) | 286.82º | 0.79% | 0.85% | - |
| XYZ | 32.42 | 16.64 | 67.83 | - |
| YUV | 105.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 218 | 0.17 | 0.79 | 0 | 0.15 | 286.82 | 0.7 | 0.52 |
| Hex | B4 | 2D | DA | 11 | 4F | 0 | F | 11F | 46 | 34 |
| Octal | 264 | 55 | 332 | 21 | 117 | 0 | 17 | 437 | 106 | 64 |
| Binary | 10110100 | 101101 | 11011010 | 10001 | 1001111 | 0 | 1111 | 100011111 | 1000110 | 110100 |
Color Harmonies of #B42DDA
Complementary color
Monochromatic Colors of #B42DDA
Black with #B42DDA
Text Example
Text Example
White with #B42DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DDA; }
p { color: rgb(180,45,218); }
H1.HeaderClassName
{
color: #B42DDA;
}
.AnyTagClassName
{
color: #B42DDA;
}
</style>
background-color css
<style>
a { background-color: #B42DDA; }
a { background-color: rgb(180,45,218); }
div.DivClassName
{
background-color: #B42DDA;
}
.BgClassName
{
background-color: #B42DDA;
}
</style>
border-color css
<style>
span { border-color: #B42DDA; }
span { border-color: rgb(180,45,218); }
td.TdClassName
{
border-color: #B42DDA;
}
.TagClassName
{
border-color: #B42DDA;
}
</style>