Shades of Dark Orchid #B532D6
Tints of Dark Orchid #B532D6
RGB
CMYK
RGB Variations
Color information
#B532D6 (or 0xB532D6) is known color: Dark Orchid. HEX triplet: B5, 32 and D6. RGB value is (181,50,214). Sum of RGB (Red+Green+Blue) = 181+50+214=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #B532D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532D6 is #4ACD29. Grayscale: #6B6B6B. Windows color (decimal): -4902186 or 14037685. OLE color: 14037685.
HSL color Cylindrical-coordinate representation of color #B532D6: hue angle of 287.93º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B532D6 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 50 | 214 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.16 |
| HSL | 287.93º | 0.67% | 0.52% | - |
| HSV(B) | 287.93º | 0.77% | 0.84% | - |
| XYZ | 32.33 | 16.96 | 65.19 | - |
| YUV | 107.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 214 | 0.15 | 0.77 | 0 | 0.16 | 287.93 | 0.67 | 0.52 |
| Hex | B5 | 32 | D6 | F | 4D | 0 | 10 | 120 | 43 | 34 |
| Octal | 265 | 62 | 326 | 17 | 115 | 0 | 20 | 440 | 103 | 64 |
| Binary | 10110101 | 110010 | 11010110 | 1111 | 1001101 | 0 | 10000 | 100100000 | 1000011 | 110100 |
Color Harmonies of #B532D6
Complementary color
Monochromatic Colors of #B532D6
Black with #B532D6
Text Example
Text Example
White with #B532D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532D6; }
p { color: rgb(181,50,214); }
H1.HeaderClassName
{
color: #B532D6;
}
.AnyTagClassName
{
color: #B532D6;
}
</style>
background-color css
<style>
a { background-color: #B532D6; }
a { background-color: rgb(181,50,214); }
div.DivClassName
{
background-color: #B532D6;
}
.BgClassName
{
background-color: #B532D6;
}
</style>
border-color css
<style>
span { border-color: #B532D6; }
span { border-color: rgb(181,50,214); }
td.TdClassName
{
border-color: #B532D6;
}
.TagClassName
{
border-color: #B532D6;
}
</style>