Shades of Dark Orchid #B523D0
Tints of Dark Orchid #B523D0
RGB
CMYK
RGB Variations
Color information
#B523D0 (or 0xB523D0) is known color: Dark Orchid. HEX triplet: B5, 23 and D0. RGB value is (181,35,208). Sum of RGB (Red+Green+Blue) = 181+35+208=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #B523D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523D0 is #4ADC2F. Grayscale: #616161. Windows color (decimal): -4906032 or 13640629. OLE color: 13640629.
HSL color Cylindrical-coordinate representation of color #B523D0: hue angle of 290.64º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B523D0 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 35 | 208 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.18 |
| HSL | 290.64º | 0.71% | 0.48% | - |
| HSV(B) | 290.64º | 0.83% | 0.82% | - |
| XYZ | 31.04 | 15.58 | 61.05 | - |
| YUV | 98.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 208 | 0.13 | 0.83 | 0 | 0.18 | 290.64 | 0.71 | 0.48 |
| Hex | B5 | 23 | D0 | D | 53 | 0 | 12 | 123 | 47 | 30 |
| Octal | 265 | 43 | 320 | 15 | 123 | 0 | 22 | 443 | 107 | 60 |
| Binary | 10110101 | 100011 | 11010000 | 1101 | 1010011 | 0 | 10010 | 100100011 | 1000111 | 110000 |
Color Harmonies of #B523D0
Complementary color
Monochromatic Colors of #B523D0
Black with #B523D0
Text Example
Text Example
White with #B523D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B523D0; }
p { color: rgb(181,35,208); }
H1.HeaderClassName
{
color: #B523D0;
}
.AnyTagClassName
{
color: #B523D0;
}
</style>
background-color css
<style>
a { background-color: #B523D0; }
a { background-color: rgb(181,35,208); }
div.DivClassName
{
background-color: #B523D0;
}
.BgClassName
{
background-color: #B523D0;
}
</style>
border-color css
<style>
span { border-color: #B523D0; }
span { border-color: rgb(181,35,208); }
td.TdClassName
{
border-color: #B523D0;
}
.TagClassName
{
border-color: #B523D0;
}
</style>