Shades of Dark Orchid #B534DD
Tints of Dark Orchid #B534DD
RGB
CMYK
RGB Variations
Color information
#B534DD (or 0xB534DD) is known color: Dark Orchid. HEX triplet: B5, 34 and DD. RGB value is (181,52,221). Sum of RGB (Red+Green+Blue) = 181+52+221=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #B534DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534DD is #4ACB22. Grayscale: #6D6D6D. Windows color (decimal): -4901667 or 14496949. OLE color: 14496949.
HSL color Cylindrical-coordinate representation of color #B534DD: hue angle of 285.8º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B534DD is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 52 | 221 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.13 |
| HSL | 285.8º | 0.71% | 0.54% | - |
| HSV(B) | 285.8º | 0.76% | 0.87% | - |
| XYZ | 33.34 | 17.5 | 70.03 | - |
| YUV | 109.84 | 190.74 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 221 | 0.18 | 0.76 | 0 | 0.13 | 285.8 | 0.71 | 0.54 |
| Hex | B5 | 34 | DD | 12 | 4C | 0 | D | 11E | 47 | 36 |
| Octal | 265 | 64 | 335 | 22 | 114 | 0 | 15 | 436 | 107 | 66 |
| Binary | 10110101 | 110100 | 11011101 | 10010 | 1001100 | 0 | 1101 | 100011110 | 1000111 | 110110 |
Color Harmonies of #B534DD
Complementary color
Monochromatic Colors of #B534DD
Black with #B534DD
Text Example
Text Example
White with #B534DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534DD; }
p { color: rgb(181,52,221); }
H1.HeaderClassName
{
color: #B534DD;
}
.AnyTagClassName
{
color: #B534DD;
}
</style>
background-color css
<style>
a { background-color: #B534DD; }
a { background-color: rgb(181,52,221); }
div.DivClassName
{
background-color: #B534DD;
}
.BgClassName
{
background-color: #B534DD;
}
</style>
border-color css
<style>
span { border-color: #B534DD; }
span { border-color: rgb(181,52,221); }
td.TdClassName
{
border-color: #B534DD;
}
.TagClassName
{
border-color: #B534DD;
}
</style>