Shades of Dark Orchid #B523DB
Tints of Dark Orchid #B523DB
RGB
CMYK
RGB Variations
Color information
#B523DB (or 0xB523DB) is known color: Dark Orchid. HEX triplet: B5, 23 and DB. RGB value is (181,35,219). Sum of RGB (Red+Green+Blue) = 181+35+219=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #B523DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523DB is #4ADC24. Grayscale: #636363. Windows color (decimal): -4906021 or 14361525. OLE color: 14361525.
HSL color Cylindrical-coordinate representation of color #B523DB: hue angle of 287.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B523DB is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 35 | 219 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.14 |
| HSL | 287.61º | 0.72% | 0.5% | - |
| HSV(B) | 287.61º | 0.84% | 0.86% | - |
| XYZ | 32.44 | 16.14 | 68.42 | - |
| YUV | 99.63 | 195.37 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 219 | 0.17 | 0.84 | 0 | 0.14 | 287.61 | 0.72 | 0.5 |
| Hex | B5 | 23 | DB | 11 | 54 | 0 | E | 120 | 48 | 32 |
| Octal | 265 | 43 | 333 | 21 | 124 | 0 | 16 | 440 | 110 | 62 |
| Binary | 10110101 | 100011 | 11011011 | 10001 | 1010100 | 0 | 1110 | 100100000 | 1001000 | 110010 |
Color Harmonies of #B523DB
Complementary color
Monochromatic Colors of #B523DB
Black with #B523DB
Text Example
Text Example
White with #B523DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B523DB; }
p { color: rgb(181,35,219); }
H1.HeaderClassName
{
color: #B523DB;
}
.AnyTagClassName
{
color: #B523DB;
}
</style>
background-color css
<style>
a { background-color: #B523DB; }
a { background-color: rgb(181,35,219); }
div.DivClassName
{
background-color: #B523DB;
}
.BgClassName
{
background-color: #B523DB;
}
</style>
border-color css
<style>
span { border-color: #B523DB; }
span { border-color: rgb(181,35,219); }
td.TdClassName
{
border-color: #B523DB;
}
.TagClassName
{
border-color: #B523DB;
}
</style>