Shades of Dark Orchid #B424BE
Tints of Dark Orchid #B424BE
RGB
CMYK
RGB Variations
Color information
#B424BE (or 0xB424BE) is known color: Dark Orchid. HEX triplet: B4, 24 and BE. RGB value is (180,36,190). Sum of RGB (Red+Green+Blue) = 180+36+190=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #B424BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424BE is #4BDB41. Grayscale: #606060. Windows color (decimal): -4971330 or 12461236. OLE color: 12461236.
HSL color Cylindrical-coordinate representation of color #B424BE: hue angle of 296.1º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B424BE is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 36 | 190 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.25 |
| HSL | 296.1º | 0.68% | 0.44% | - |
| HSV(B) | 296.1º | 0.81% | 0.75% | - |
| XYZ | 28.75 | 14.68 | 50.03 | - |
| YUV | 96.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 190 | 0.05 | 0.81 | 0 | 0.25 | 296.1 | 0.68 | 0.44 |
| Hex | B4 | 24 | BE | 5 | 51 | 0 | 19 | 128 | 44 | 2C |
| Octal | 264 | 44 | 276 | 5 | 121 | 0 | 31 | 450 | 104 | 54 |
| Binary | 10110100 | 100100 | 10111110 | 101 | 1010001 | 0 | 11001 | 100101000 | 1000100 | 101100 |
Color Harmonies of #B424BE
Complementary color
Monochromatic Colors of #B424BE
Black with #B424BE
Text Example
Text Example
White with #B424BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424BE; }
p { color: rgb(180,36,190); }
H1.HeaderClassName
{
color: #B424BE;
}
.AnyTagClassName
{
color: #B424BE;
}
</style>
background-color css
<style>
a { background-color: #B424BE; }
a { background-color: rgb(180,36,190); }
div.DivClassName
{
background-color: #B424BE;
}
.BgClassName
{
background-color: #B424BE;
}
</style>
border-color css
<style>
span { border-color: #B424BE; }
span { border-color: rgb(180,36,190); }
td.TdClassName
{
border-color: #B424BE;
}
.TagClassName
{
border-color: #B424BE;
}
</style>