Shades of Dark Orchid #B424EA
Tints of Dark Orchid #B424EA
RGB
CMYK
RGB Variations
Color information
#B424EA (or 0xB424EA) is known color: Dark Orchid. HEX triplet: B4, 24 and EA. RGB value is (180,36,234). Sum of RGB (Red+Green+Blue) = 180+36+234=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #B424EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B424EA is #4BDB15. Grayscale: #646464. Windows color (decimal): -4971286 or 15344820. OLE color: 15344820.
HSL color Cylindrical-coordinate representation of color #B424EA: hue angle of 283.64º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B424EA is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 36 | 234 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.08 |
| HSL | 283.64º | 0.83% | 0.53% | - |
| HSV(B) | 283.64º | 0.85% | 0.92% | - |
| XYZ | 34.3 | 16.91 | 79.3 | - |
| YUV | 101.63 | 202.71 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 234 | 0.23 | 0.85 | 0 | 0.08 | 283.64 | 0.83 | 0.53 |
| Hex | B4 | 24 | EA | 17 | 55 | 0 | 8 | 11C | 52 | 35 |
| Octal | 264 | 44 | 352 | 27 | 125 | 0 | 10 | 434 | 122 | 65 |
| Binary | 10110100 | 100100 | 11101010 | 10111 | 1010101 | 0 | 1000 | 100011100 | 1010010 | 110101 |
Color Harmonies of #B424EA
Complementary color
Monochromatic Colors of #B424EA
Black with #B424EA
Text Example
Text Example
White with #B424EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424EA; }
p { color: rgb(180,36,234); }
H1.HeaderClassName
{
color: #B424EA;
}
.AnyTagClassName
{
color: #B424EA;
}
</style>
background-color css
<style>
a { background-color: #B424EA; }
a { background-color: rgb(180,36,234); }
div.DivClassName
{
background-color: #B424EA;
}
.BgClassName
{
background-color: #B424EA;
}
</style>
border-color css
<style>
span { border-color: #B424EA; }
span { border-color: rgb(180,36,234); }
td.TdClassName
{
border-color: #B424EA;
}
.TagClassName
{
border-color: #B424EA;
}
</style>