Shades of Dark Orchid #B532D8
Tints of Dark Orchid #B532D8
RGB
CMYK
RGB Variations
Color information
#B532D8 (or 0xB532D8) is known color: Dark Orchid. HEX triplet: B5, 32 and D8. RGB value is (181,50,216). Sum of RGB (Red+Green+Blue) = 181+50+216=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #B532D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532D8 is #4ACD27. Grayscale: #6B6B6B. Windows color (decimal): -4902184 or 14168757. OLE color: 14168757.
HSL color Cylindrical-coordinate representation of color #B532D8: hue angle of 287.35º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B532D8 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 50 | 216 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.15 |
| HSL | 287.35º | 0.68% | 0.52% | - |
| HSV(B) | 287.35º | 0.77% | 0.85% | - |
| XYZ | 32.59 | 17.06 | 66.54 | - |
| YUV | 108.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 216 | 0.16 | 0.77 | 0 | 0.15 | 287.35 | 0.68 | 0.52 |
| Hex | B5 | 32 | D8 | 10 | 4D | 0 | F | 11F | 44 | 34 |
| Octal | 265 | 62 | 330 | 20 | 115 | 0 | 17 | 437 | 104 | 64 |
| Binary | 10110101 | 110010 | 11011000 | 10000 | 1001101 | 0 | 1111 | 100011111 | 1000100 | 110100 |
Color Harmonies of #B532D8
Complementary color
Monochromatic Colors of #B532D8
Black with #B532D8
Text Example
Text Example
White with #B532D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532D8; }
p { color: rgb(181,50,216); }
H1.HeaderClassName
{
color: #B532D8;
}
.AnyTagClassName
{
color: #B532D8;
}
</style>
background-color css
<style>
a { background-color: #B532D8; }
a { background-color: rgb(181,50,216); }
div.DivClassName
{
background-color: #B532D8;
}
.BgClassName
{
background-color: #B532D8;
}
</style>
border-color css
<style>
span { border-color: #B532D8; }
span { border-color: rgb(181,50,216); }
td.TdClassName
{
border-color: #B532D8;
}
.TagClassName
{
border-color: #B532D8;
}
</style>