Shades of Dark Orchid #B529DB
Tints of Dark Orchid #B529DB
RGB
CMYK
RGB Variations
Color information
#B529DB (or 0xB529DB) is known color: Dark Orchid. HEX triplet: B5, 29 and DB. RGB value is (181,41,219). Sum of RGB (Red+Green+Blue) = 181+41+219=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #B529DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529DB is #4AD624. Grayscale: #666666. Windows color (decimal): -4904485 or 14363061. OLE color: 14363061.
HSL color Cylindrical-coordinate representation of color #B529DB: hue angle of 287.19º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B529DB is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 41 | 219 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.14 |
| HSL | 287.19º | 0.71% | 0.51% | - |
| HSV(B) | 287.19º | 0.81% | 0.86% | - |
| XYZ | 32.64 | 16.52 | 68.49 | - |
| YUV | 103.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 219 | 0.17 | 0.81 | 0 | 0.14 | 287.19 | 0.71 | 0.51 |
| Hex | B5 | 29 | DB | 11 | 51 | 0 | E | 11F | 47 | 33 |
| Octal | 265 | 51 | 333 | 21 | 121 | 0 | 16 | 437 | 107 | 63 |
| Binary | 10110101 | 101001 | 11011011 | 10001 | 1010001 | 0 | 1110 | 100011111 | 1000111 | 110011 |
Color Harmonies of #B529DB
Complementary color
Monochromatic Colors of #B529DB
Black with #B529DB
Text Example
Text Example
White with #B529DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529DB; }
p { color: rgb(181,41,219); }
H1.HeaderClassName
{
color: #B529DB;
}
.AnyTagClassName
{
color: #B529DB;
}
</style>
background-color css
<style>
a { background-color: #B529DB; }
a { background-color: rgb(181,41,219); }
div.DivClassName
{
background-color: #B529DB;
}
.BgClassName
{
background-color: #B529DB;
}
</style>
border-color css
<style>
span { border-color: #B529DB; }
span { border-color: rgb(181,41,219); }
td.TdClassName
{
border-color: #B529DB;
}
.TagClassName
{
border-color: #B529DB;
}
</style>