Shades of Dark Orchid #B424B5
Tints of Dark Orchid #B424B5
RGB
CMYK
RGB Variations
Color information
#B424B5 (or 0xB424B5) is known color: Dark Orchid. HEX triplet: B4, 24 and B5. RGB value is (180,36,181). Sum of RGB (Red+Green+Blue) = 180+36+181=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #B424B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424B5 is #4BDB4A. Grayscale: #5F5F5F. Windows color (decimal): -4971339 or 11871412. OLE color: 11871412.
HSL color Cylindrical-coordinate representation of color #B424B5: hue angle of 299.59º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B424B5 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 181 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.29 |
| HSL | 299.59º | 0.67% | 0.43% | - |
| HSV(B) | 299.59º | 0.8% | 0.71% | - |
| XYZ | 27.79 | 14.3 | 45.01 | - |
| YUV | 95.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 181 | 0.01 | 0.80 | 0 | 0.29 | 299.59 | 0.67 | 0.43 |
| Hex | B4 | 24 | B5 | 1 | 50 | 0 | 1D | 12C | 43 | 2B |
| Octal | 264 | 44 | 265 | 1 | 120 | 0 | 35 | 454 | 103 | 53 |
| Binary | 10110100 | 100100 | 10110101 | 1 | 1010000 | 0 | 11101 | 100101100 | 1000011 | 101011 |
Color Harmonies of #B424B5
Complementary color
Monochromatic Colors of #B424B5
Black with #B424B5
Text Example
Text Example
White with #B424B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424B5; }
p { color: rgb(180,36,181); }
H1.HeaderClassName
{
color: #B424B5;
}
.AnyTagClassName
{
color: #B424B5;
}
</style>
background-color css
<style>
a { background-color: #B424B5; }
a { background-color: rgb(180,36,181); }
div.DivClassName
{
background-color: #B424B5;
}
.BgClassName
{
background-color: #B424B5;
}
</style>
border-color css
<style>
span { border-color: #B424B5; }
span { border-color: rgb(180,36,181); }
td.TdClassName
{
border-color: #B424B5;
}
.TagClassName
{
border-color: #B424B5;
}
</style>