Shades of Dark Orchid #B525DF
Tints of Dark Orchid #B525DF
RGB
CMYK
RGB Variations
Color information
#B525DF (or 0xB525DF) is known color: Dark Orchid. HEX triplet: B5, 25 and DF. RGB value is (181,37,223). Sum of RGB (Red+Green+Blue) = 181+37+223=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #B525DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525DF is #4ADA20. Grayscale: #646464. Windows color (decimal): -4905505 or 14624181. OLE color: 14624181.
HSL color Cylindrical-coordinate representation of color #B525DF: hue angle of 286.45º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B525DF is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 37 | 223 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.13 |
| HSL | 286.45º | 0.74% | 0.51% | - |
| HSV(B) | 286.45º | 0.83% | 0.87% | - |
| XYZ | 33.04 | 16.47 | 71.25 | - |
| YUV | 101.26 | 196.71 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 223 | 0.19 | 0.83 | 0 | 0.13 | 286.45 | 0.74 | 0.51 |
| Hex | B5 | 25 | DF | 13 | 53 | 0 | D | 11E | 4A | 33 |
| Octal | 265 | 45 | 337 | 23 | 123 | 0 | 15 | 436 | 112 | 63 |
| Binary | 10110101 | 100101 | 11011111 | 10011 | 1010011 | 0 | 1101 | 100011110 | 1001010 | 110011 |
Color Harmonies of #B525DF
Complementary color
Monochromatic Colors of #B525DF
Black with #B525DF
Text Example
Text Example
White with #B525DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B525DF; }
p { color: rgb(181,37,223); }
H1.HeaderClassName
{
color: #B525DF;
}
.AnyTagClassName
{
color: #B525DF;
}
</style>
background-color css
<style>
a { background-color: #B525DF; }
a { background-color: rgb(181,37,223); }
div.DivClassName
{
background-color: #B525DF;
}
.BgClassName
{
background-color: #B525DF;
}
</style>
border-color css
<style>
span { border-color: #B525DF; }
span { border-color: rgb(181,37,223); }
td.TdClassName
{
border-color: #B525DF;
}
.TagClassName
{
border-color: #B525DF;
}
</style>