Shades of Dark Orchid #B532D4
Tints of Dark Orchid #B532D4
RGB
CMYK
RGB Variations
Color information
#B532D4 (or 0xB532D4) is known color: Dark Orchid. HEX triplet: B5, 32 and D4. RGB value is (181,50,212). Sum of RGB (Red+Green+Blue) = 181+50+212=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #B532D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532D4 is #4ACD2B. Grayscale: #6B6B6B. Windows color (decimal): -4902188 or 13906613. OLE color: 13906613.
HSL color Cylindrical-coordinate representation of color #B532D4: hue angle of 288.52º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B532D4 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 50 | 212 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.17 |
| HSL | 288.52º | 0.65% | 0.51% | - |
| HSV(B) | 288.52º | 0.76% | 0.83% | - |
| XYZ | 32.08 | 16.86 | 63.85 | - |
| YUV | 107.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 212 | 0.15 | 0.76 | 0 | 0.17 | 288.52 | 0.65 | 0.51 |
| Hex | B5 | 32 | D4 | F | 4C | 0 | 11 | 121 | 41 | 33 |
| Octal | 265 | 62 | 324 | 17 | 114 | 0 | 21 | 441 | 101 | 63 |
| Binary | 10110101 | 110010 | 11010100 | 1111 | 1001100 | 0 | 10001 | 100100001 | 1000001 | 110011 |
Color Harmonies of #B532D4
Complementary color
Monochromatic Colors of #B532D4
Black with #B532D4
Text Example
Text Example
White with #B532D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532D4; }
p { color: rgb(181,50,212); }
H1.HeaderClassName
{
color: #B532D4;
}
.AnyTagClassName
{
color: #B532D4;
}
</style>
background-color css
<style>
a { background-color: #B532D4; }
a { background-color: rgb(181,50,212); }
div.DivClassName
{
background-color: #B532D4;
}
.BgClassName
{
background-color: #B532D4;
}
</style>
border-color css
<style>
span { border-color: #B532D4; }
span { border-color: rgb(181,50,212); }
td.TdClassName
{
border-color: #B532D4;
}
.TagClassName
{
border-color: #B532D4;
}
</style>