Shades of Dark Orchid #B532D0
Tints of Dark Orchid #B532D0
RGB
CMYK
RGB Variations
Color information
#B532D0 (or 0xB532D0) is known color: Dark Orchid. HEX triplet: B5, 32 and D0. RGB value is (181,50,208). Sum of RGB (Red+Green+Blue) = 181+50+208=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #B532D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532D0 is #4ACD2F. Grayscale: #6A6A6A. Windows color (decimal): -4902192 or 13644469. OLE color: 13644469.
HSL color Cylindrical-coordinate representation of color #B532D0: hue angle of 289.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B532D0 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 50 | 208 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.18 |
| HSL | 289.75º | 0.63% | 0.51% | - |
| HSV(B) | 289.75º | 0.76% | 0.82% | - |
| XYZ | 31.58 | 16.66 | 61.23 | - |
| YUV | 107.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 208 | 0.13 | 0.76 | 0 | 0.18 | 289.75 | 0.63 | 0.51 |
| Hex | B5 | 32 | D0 | D | 4C | 0 | 12 | 122 | 3F | 33 |
| Octal | 265 | 62 | 320 | 15 | 114 | 0 | 22 | 442 | 77 | 63 |
| Binary | 10110101 | 110010 | 11010000 | 1101 | 1001100 | 0 | 10010 | 100100010 | 111111 | 110011 |
Color Harmonies of #B532D0
Complementary color
Monochromatic Colors of #B532D0
Black with #B532D0
Text Example
Text Example
White with #B532D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532D0; }
p { color: rgb(181,50,208); }
H1.HeaderClassName
{
color: #B532D0;
}
.AnyTagClassName
{
color: #B532D0;
}
</style>
background-color css
<style>
a { background-color: #B532D0; }
a { background-color: rgb(181,50,208); }
div.DivClassName
{
background-color: #B532D0;
}
.BgClassName
{
background-color: #B532D0;
}
</style>
border-color css
<style>
span { border-color: #B532D0; }
span { border-color: rgb(181,50,208); }
td.TdClassName
{
border-color: #B532D0;
}
.TagClassName
{
border-color: #B532D0;
}
</style>