Shades of Dark Orchid #B424DA
Tints of Dark Orchid #B424DA
RGB
CMYK
RGB Variations
Color information
#B424DA (or 0xB424DA) is known color: Dark Orchid. HEX triplet: B4, 24 and DA. RGB value is (180,36,218). Sum of RGB (Red+Green+Blue) = 180+36+218=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #B424DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424DA is #4BDB25. Grayscale: #636363. Windows color (decimal): -4971302 or 14296244. OLE color: 14296244.
HSL color Cylindrical-coordinate representation of color #B424DA: hue angle of 287.47º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B424DA is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 36 | 218 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.15 |
| HSL | 287.47º | 0.72% | 0.5% | - |
| HSV(B) | 287.47º | 0.83% | 0.85% | - |
| XYZ | 32.11 | 16.03 | 67.73 | - |
| YUV | 99.8 | 194.71 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 218 | 0.17 | 0.83 | 0 | 0.15 | 287.47 | 0.72 | 0.5 |
| Hex | B4 | 24 | DA | 11 | 53 | 0 | F | 11F | 48 | 32 |
| Octal | 264 | 44 | 332 | 21 | 123 | 0 | 17 | 437 | 110 | 62 |
| Binary | 10110100 | 100100 | 11011010 | 10001 | 1010011 | 0 | 1111 | 100011111 | 1001000 | 110010 |
Color Harmonies of #B424DA
Complementary color
Monochromatic Colors of #B424DA
Black with #B424DA
Text Example
Text Example
White with #B424DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424DA; }
p { color: rgb(180,36,218); }
H1.HeaderClassName
{
color: #B424DA;
}
.AnyTagClassName
{
color: #B424DA;
}
</style>
background-color css
<style>
a { background-color: #B424DA; }
a { background-color: rgb(180,36,218); }
div.DivClassName
{
background-color: #B424DA;
}
.BgClassName
{
background-color: #B424DA;
}
</style>
border-color css
<style>
span { border-color: #B424DA; }
span { border-color: rgb(180,36,218); }
td.TdClassName
{
border-color: #B424DA;
}
.TagClassName
{
border-color: #B424DA;
}
</style>