Shades of Dark Orchid #B534DB
Tints of Dark Orchid #B534DB
RGB
CMYK
RGB Variations
Color information
#B534DB (or 0xB534DB) is known color: Dark Orchid. HEX triplet: B5, 34 and DB. RGB value is (181,52,219). Sum of RGB (Red+Green+Blue) = 181+52+219=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #B534DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534DB is #4ACB24. Grayscale: #6D6D6D. Windows color (decimal): -4901669 or 14365877. OLE color: 14365877.
HSL color Cylindrical-coordinate representation of color #B534DB: hue angle of 286.35º 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 #B534DB is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 52 | 219 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.14 |
| HSL | 286.35º | 0.7% | 0.53% | - |
| HSV(B) | 286.35º | 0.76% | 0.86% | - |
| XYZ | 33.07 | 17.39 | 68.63 | - |
| YUV | 109.61 | 189.74 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 219 | 0.17 | 0.76 | 0 | 0.14 | 286.35 | 0.7 | 0.53 |
| Hex | B5 | 34 | DB | 11 | 4C | 0 | E | 11E | 46 | 35 |
| Octal | 265 | 64 | 333 | 21 | 114 | 0 | 16 | 436 | 106 | 65 |
| Binary | 10110101 | 110100 | 11011011 | 10001 | 1001100 | 0 | 1110 | 100011110 | 1000110 | 110101 |
Color Harmonies of #B534DB
Complementary color
Monochromatic Colors of #B534DB
Black with #B534DB
Text Example
Text Example
White with #B534DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534DB; }
p { color: rgb(181,52,219); }
H1.HeaderClassName
{
color: #B534DB;
}
.AnyTagClassName
{
color: #B534DB;
}
</style>
background-color css
<style>
a { background-color: #B534DB; }
a { background-color: rgb(181,52,219); }
div.DivClassName
{
background-color: #B534DB;
}
.BgClassName
{
background-color: #B534DB;
}
</style>
border-color css
<style>
span { border-color: #B534DB; }
span { border-color: rgb(181,52,219); }
td.TdClassName
{
border-color: #B534DB;
}
.TagClassName
{
border-color: #B534DB;
}
</style>