Shades of Dark Orchid #B528DB
Tints of Dark Orchid #B528DB
RGB
CMYK
RGB Variations
Color information
#B528DB (or 0xB528DB) is known color: Dark Orchid. HEX triplet: B5, 28 and DB. RGB value is (181,40,219). Sum of RGB (Red+Green+Blue) = 181+40+219=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #B528DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528DB is #4AD724. Grayscale: #656565. Windows color (decimal): -4904741 or 14362805. OLE color: 14362805.
HSL color Cylindrical-coordinate representation of color #B528DB: hue angle of 287.26º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B528DB is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 40 | 219 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.14 |
| HSL | 287.26º | 0.71% | 0.51% | - |
| HSV(B) | 287.26º | 0.82% | 0.86% | - |
| XYZ | 32.6 | 16.46 | 68.48 | - |
| YUV | 102.57 | 193.71 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 219 | 0.17 | 0.82 | 0 | 0.14 | 287.26 | 0.71 | 0.51 |
| Hex | B5 | 28 | DB | 11 | 52 | 0 | E | 11F | 47 | 33 |
| Octal | 265 | 50 | 333 | 21 | 122 | 0 | 16 | 437 | 107 | 63 |
| Binary | 10110101 | 101000 | 11011011 | 10001 | 1010010 | 0 | 1110 | 100011111 | 1000111 | 110011 |
Color Harmonies of #B528DB
Complementary color
Monochromatic Colors of #B528DB
Black with #B528DB
Text Example
Text Example
White with #B528DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528DB; }
p { color: rgb(181,40,219); }
H1.HeaderClassName
{
color: #B528DB;
}
.AnyTagClassName
{
color: #B528DB;
}
</style>
background-color css
<style>
a { background-color: #B528DB; }
a { background-color: rgb(181,40,219); }
div.DivClassName
{
background-color: #B528DB;
}
.BgClassName
{
background-color: #B528DB;
}
</style>
border-color css
<style>
span { border-color: #B528DB; }
span { border-color: rgb(181,40,219); }
td.TdClassName
{
border-color: #B528DB;
}
.TagClassName
{
border-color: #B528DB;
}
</style>