Shades of Dark Orchid #B525B9
Tints of Dark Orchid #B525B9
RGB
CMYK
RGB Variations
Color information
#B525B9 (or 0xB525B9) is known color: Dark Orchid. HEX triplet: B5, 25 and B9. RGB value is (181,37,185). Sum of RGB (Red+Green+Blue) = 181+37+185=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #B525B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525B9 is #4ADA46. Grayscale: #606060. Windows color (decimal): -4905543 or 12133813. OLE color: 12133813.
HSL color Cylindrical-coordinate representation of color #B525B9: hue angle of 298.38º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B525B9 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 37 | 185 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.27 |
| HSL | 298.38º | 0.67% | 0.44% | - |
| HSV(B) | 298.38º | 0.8% | 0.73% | - |
| XYZ | 28.47 | 14.65 | 47.23 | - |
| YUV | 96.93 | 177.71 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 185 | 0.02 | 0.80 | 0 | 0.27 | 298.38 | 0.67 | 0.44 |
| Hex | B5 | 25 | B9 | 2 | 50 | 0 | 1B | 12A | 43 | 2C |
| Octal | 265 | 45 | 271 | 2 | 120 | 0 | 33 | 452 | 103 | 54 |
| Binary | 10110101 | 100101 | 10111001 | 10 | 1010000 | 0 | 11011 | 100101010 | 1000011 | 101100 |
Color Harmonies of #B525B9
Complementary color
Monochromatic Colors of #B525B9
Black with #B525B9
Text Example
Text Example
White with #B525B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B525B9; }
p { color: rgb(181,37,185); }
H1.HeaderClassName
{
color: #B525B9;
}
.AnyTagClassName
{
color: #B525B9;
}
</style>
background-color css
<style>
a { background-color: #B525B9; }
a { background-color: rgb(181,37,185); }
div.DivClassName
{
background-color: #B525B9;
}
.BgClassName
{
background-color: #B525B9;
}
</style>
border-color css
<style>
span { border-color: #B525B9; }
span { border-color: rgb(181,37,185); }
td.TdClassName
{
border-color: #B525B9;
}
.TagClassName
{
border-color: #B525B9;
}
</style>