Shades of Dark Orchid #B525D1
Tints of Dark Orchid #B525D1
RGB
CMYK
RGB Variations
Color information
#B525D1 (or 0xB525D1) is known color: Dark Orchid. HEX triplet: B5, 25 and D1. RGB value is (181,37,209). Sum of RGB (Red+Green+Blue) = 181+37+209=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #B525D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525D1 is #4ADA2E. Grayscale: #636363. Windows color (decimal): -4905519 or 13706677. OLE color: 13706677.
HSL color Cylindrical-coordinate representation of color #B525D1: hue angle of 290.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B525D1 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 37 | 209 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.18 |
| HSL | 290.23º | 0.7% | 0.48% | - |
| HSV(B) | 290.23º | 0.82% | 0.82% | - |
| XYZ | 31.23 | 15.75 | 61.72 | - |
| YUV | 99.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 209 | 0.13 | 0.82 | 0 | 0.18 | 290.23 | 0.7 | 0.48 |
| Hex | B5 | 25 | D1 | D | 52 | 0 | 12 | 122 | 46 | 30 |
| Octal | 265 | 45 | 321 | 15 | 122 | 0 | 22 | 442 | 106 | 60 |
| Binary | 10110101 | 100101 | 11010001 | 1101 | 1010010 | 0 | 10010 | 100100010 | 1000110 | 110000 |
Color Harmonies of #B525D1
Complementary color
Monochromatic Colors of #B525D1
Black with #B525D1
Text Example
Text Example
White with #B525D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B525D1; }
p { color: rgb(181,37,209); }
H1.HeaderClassName
{
color: #B525D1;
}
.AnyTagClassName
{
color: #B525D1;
}
</style>
background-color css
<style>
a { background-color: #B525D1; }
a { background-color: rgb(181,37,209); }
div.DivClassName
{
background-color: #B525D1;
}
.BgClassName
{
background-color: #B525D1;
}
</style>
border-color css
<style>
span { border-color: #B525D1; }
span { border-color: rgb(181,37,209); }
td.TdClassName
{
border-color: #B525D1;
}
.TagClassName
{
border-color: #B525D1;
}
</style>