Shades of Dark Orchid #B523DE
Tints of Dark Orchid #B523DE
RGB
CMYK
RGB Variations
Color information
#B523DE (or 0xB523DE) is known color: Dark Orchid. HEX triplet: B5, 23 and DE. RGB value is (181,35,222). Sum of RGB (Red+Green+Blue) = 181+35+222=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #B523DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523DE is #4ADC21. Grayscale: #636363. Windows color (decimal): -4906018 or 14558133. OLE color: 14558133.
HSL color Cylindrical-coordinate representation of color #B523DE: hue angle of 286.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B523DE is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 35 | 222 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.13 |
| HSL | 286.84º | 0.74% | 0.5% | - |
| HSV(B) | 286.84º | 0.84% | 0.87% | - |
| XYZ | 32.84 | 16.3 | 70.52 | - |
| YUV | 99.97 | 196.87 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 222 | 0.18 | 0.84 | 0 | 0.13 | 286.84 | 0.74 | 0.5 |
| Hex | B5 | 23 | DE | 12 | 54 | 0 | D | 11F | 4A | 32 |
| Octal | 265 | 43 | 336 | 22 | 124 | 0 | 15 | 437 | 112 | 62 |
| Binary | 10110101 | 100011 | 11011110 | 10010 | 1010100 | 0 | 1101 | 100011111 | 1001010 | 110010 |
Color Harmonies of #B523DE
Complementary color
Monochromatic Colors of #B523DE
Black with #B523DE
Text Example
Text Example
White with #B523DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B523DE; }
p { color: rgb(181,35,222); }
H1.HeaderClassName
{
color: #B523DE;
}
.AnyTagClassName
{
color: #B523DE;
}
</style>
background-color css
<style>
a { background-color: #B523DE; }
a { background-color: rgb(181,35,222); }
div.DivClassName
{
background-color: #B523DE;
}
.BgClassName
{
background-color: #B523DE;
}
</style>
border-color css
<style>
span { border-color: #B523DE; }
span { border-color: rgb(181,35,222); }
td.TdClassName
{
border-color: #B523DE;
}
.TagClassName
{
border-color: #B523DE;
}
</style>