Shades of Dark Orchid #B535DB
Tints of Dark Orchid #B535DB
RGB
CMYK
RGB Variations
Color information
#B535DB (or 0xB535DB) is known color: Dark Orchid. HEX triplet: B5, 35 and DB. RGB value is (181,53,219). Sum of RGB (Red+Green+Blue) = 181+53+219=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #B535DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535DB is #4ACA24. Grayscale: #6D6D6D. Windows color (decimal): -4901413 or 14366133. OLE color: 14366133.
HSL color Cylindrical-coordinate representation of color #B535DB: hue angle of 286.27º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B535DB is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 53 | 219 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.14 |
| HSL | 286.27º | 0.7% | 0.53% | - |
| HSV(B) | 286.27º | 0.76% | 0.86% | - |
| XYZ | 33.12 | 17.48 | 68.65 | - |
| YUV | 110.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 219 | 0.17 | 0.76 | 0 | 0.14 | 286.27 | 0.7 | 0.53 |
| Hex | B5 | 35 | DB | 11 | 4C | 0 | E | 11E | 46 | 35 |
| Octal | 265 | 65 | 333 | 21 | 114 | 0 | 16 | 436 | 106 | 65 |
| Binary | 10110101 | 110101 | 11011011 | 10001 | 1001100 | 0 | 1110 | 100011110 | 1000110 | 110101 |
Color Harmonies of #B535DB
Complementary color
Monochromatic Colors of #B535DB
Black with #B535DB
Text Example
Text Example
White with #B535DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B535DB; }
p { color: rgb(181,53,219); }
H1.HeaderClassName
{
color: #B535DB;
}
.AnyTagClassName
{
color: #B535DB;
}
</style>
background-color css
<style>
a { background-color: #B535DB; }
a { background-color: rgb(181,53,219); }
div.DivClassName
{
background-color: #B535DB;
}
.BgClassName
{
background-color: #B535DB;
}
</style>
border-color css
<style>
span { border-color: #B535DB; }
span { border-color: rgb(181,53,219); }
td.TdClassName
{
border-color: #B535DB;
}
.TagClassName
{
border-color: #B535DB;
}
</style>