Shades of Dark Orchid #B424BB
Tints of Dark Orchid #B424BB
RGB
CMYK
RGB Variations
Color information
#B424BB (or 0xB424BB) is known color: Dark Orchid. HEX triplet: B4, 24 and BB. RGB value is (180,36,187). Sum of RGB (Red+Green+Blue) = 180+36+187=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #B424BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424BB is #4BDB44. Grayscale: #5F5F5F. Windows color (decimal): -4971333 or 12264628. OLE color: 12264628.
HSL color Cylindrical-coordinate representation of color #B424BB: hue angle of 297.22º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B424BB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 36 | 187 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.27 |
| HSL | 297.22º | 0.68% | 0.44% | - |
| HSV(B) | 297.22º | 0.81% | 0.73% | - |
| XYZ | 28.42 | 14.55 | 48.32 | - |
| YUV | 96.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 187 | 0.04 | 0.81 | 0 | 0.27 | 297.22 | 0.68 | 0.44 |
| Hex | B4 | 24 | BB | 4 | 51 | 0 | 1B | 129 | 44 | 2C |
| Octal | 264 | 44 | 273 | 4 | 121 | 0 | 33 | 451 | 104 | 54 |
| Binary | 10110100 | 100100 | 10111011 | 100 | 1010001 | 0 | 11011 | 100101001 | 1000100 | 101100 |
Color Harmonies of #B424BB
Complementary color
Monochromatic Colors of #B424BB
Black with #B424BB
Text Example
Text Example
White with #B424BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424BB; }
p { color: rgb(180,36,187); }
H1.HeaderClassName
{
color: #B424BB;
}
.AnyTagClassName
{
color: #B424BB;
}
</style>
background-color css
<style>
a { background-color: #B424BB; }
a { background-color: rgb(180,36,187); }
div.DivClassName
{
background-color: #B424BB;
}
.BgClassName
{
background-color: #B424BB;
}
</style>
border-color css
<style>
span { border-color: #B424BB; }
span { border-color: rgb(180,36,187); }
td.TdClassName
{
border-color: #B424BB;
}
.TagClassName
{
border-color: #B424BB;
}
</style>