Shades of Dark Orchid #B525CF
Tints of Dark Orchid #B525CF
RGB
CMYK
RGB Variations
Color information
#B525CF (or 0xB525CF) is known color: Dark Orchid. HEX triplet: B5, 25 and CF. RGB value is (181,37,207). Sum of RGB (Red+Green+Blue) = 181+37+207=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #B525CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525CF is #4ADA30. Grayscale: #626262. Windows color (decimal): -4905521 or 13575605. OLE color: 13575605.
HSL color Cylindrical-coordinate representation of color #B525CF: hue angle of 290.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B525CF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 37 | 207 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.19 |
| HSL | 290.82º | 0.7% | 0.48% | - |
| HSV(B) | 290.82º | 0.82% | 0.81% | - |
| XYZ | 30.98 | 15.65 | 60.42 | - |
| YUV | 99.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 207 | 0.13 | 0.82 | 0 | 0.19 | 290.82 | 0.7 | 0.48 |
| Hex | B5 | 25 | CF | D | 52 | 0 | 13 | 123 | 46 | 30 |
| Octal | 265 | 45 | 317 | 15 | 122 | 0 | 23 | 443 | 106 | 60 |
| Binary | 10110101 | 100101 | 11001111 | 1101 | 1010010 | 0 | 10011 | 100100011 | 1000110 | 110000 |
Color Harmonies of #B525CF
Complementary color
Monochromatic Colors of #B525CF
Black with #B525CF
Text Example
Text Example
White with #B525CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B525CF; }
p { color: rgb(181,37,207); }
H1.HeaderClassName
{
color: #B525CF;
}
.AnyTagClassName
{
color: #B525CF;
}
</style>
background-color css
<style>
a { background-color: #B525CF; }
a { background-color: rgb(181,37,207); }
div.DivClassName
{
background-color: #B525CF;
}
.BgClassName
{
background-color: #B525CF;
}
</style>
border-color css
<style>
span { border-color: #B525CF; }
span { border-color: rgb(181,37,207); }
td.TdClassName
{
border-color: #B525CF;
}
.TagClassName
{
border-color: #B525CF;
}
</style>