Shades of Dark Orchid #B532E1
Tints of Dark Orchid #B532E1
RGB
CMYK
RGB Variations
Color information
#B532E1 (or 0xB532E1) is known color: Dark Orchid. HEX triplet: B5, 32 and E1. RGB value is (181,50,225). Sum of RGB (Red+Green+Blue) = 181+50+225=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #B532E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532E1 is #4ACD1E. Grayscale: #6C6C6C. Windows color (decimal): -4902175 or 14758581. OLE color: 14758581.
HSL color Cylindrical-coordinate representation of color #B532E1: hue angle of 284.91º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B532E1 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 50 | 225 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.12 |
| HSL | 284.91º | 0.74% | 0.54% | - |
| HSV(B) | 284.91º | 0.78% | 0.88% | - |
| XYZ | 33.79 | 17.54 | 72.84 | - |
| YUV | 109.12 | 193.4 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 225 | 0.20 | 0.78 | 0 | 0.12 | 284.91 | 0.74 | 0.54 |
| Hex | B5 | 32 | E1 | 14 | 4E | 0 | C | 11D | 4A | 36 |
| Octal | 265 | 62 | 341 | 24 | 116 | 0 | 14 | 435 | 112 | 66 |
| Binary | 10110101 | 110010 | 11100001 | 10100 | 1001110 | 0 | 1100 | 100011101 | 1001010 | 110110 |
Color Harmonies of #B532E1
Complementary color
Monochromatic Colors of #B532E1
Black with #B532E1
Text Example
Text Example
White with #B532E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532E1; }
p { color: rgb(181,50,225); }
H1.HeaderClassName
{
color: #B532E1;
}
.AnyTagClassName
{
color: #B532E1;
}
</style>
background-color css
<style>
a { background-color: #B532E1; }
a { background-color: rgb(181,50,225); }
div.DivClassName
{
background-color: #B532E1;
}
.BgClassName
{
background-color: #B532E1;
}
</style>
border-color css
<style>
span { border-color: #B532E1; }
span { border-color: rgb(181,50,225); }
td.TdClassName
{
border-color: #B532E1;
}
.TagClassName
{
border-color: #B532E1;
}
</style>