Shades of Dark Orchid #B525E9
Tints of Dark Orchid #B525E9
RGB
CMYK
RGB Variations
Color information
#B525E9 (or 0xB525E9) is known color: Dark Orchid. HEX triplet: B5, 25 and E9. RGB value is (181,37,233). Sum of RGB (Red+Green+Blue) = 181+37+233=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #B525E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B525E9 is #4ADA16. Grayscale: #656565. Windows color (decimal): -4905495 or 15279541. OLE color: 15279541.
HSL color Cylindrical-coordinate representation of color #B525E9: hue angle of 284.08º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B525E9 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 37 | 233 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.09 |
| HSL | 284.08º | 0.82% | 0.53% | - |
| HSV(B) | 284.08º | 0.84% | 0.91% | - |
| XYZ | 34.43 | 17.03 | 78.56 | - |
| YUV | 102.4 | 201.71 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 233 | 0.22 | 0.84 | 0 | 0.09 | 284.08 | 0.82 | 0.53 |
| Hex | B5 | 25 | E9 | 16 | 54 | 0 | 9 | 11C | 52 | 35 |
| Octal | 265 | 45 | 351 | 26 | 124 | 0 | 11 | 434 | 122 | 65 |
| Binary | 10110101 | 100101 | 11101001 | 10110 | 1010100 | 0 | 1001 | 100011100 | 1010010 | 110101 |
Color Harmonies of #B525E9
Complementary color
Monochromatic Colors of #B525E9
Black with #B525E9
Text Example
Text Example
White with #B525E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B525E9; }
p { color: rgb(181,37,233); }
H1.HeaderClassName
{
color: #B525E9;
}
.AnyTagClassName
{
color: #B525E9;
}
</style>
background-color css
<style>
a { background-color: #B525E9; }
a { background-color: rgb(181,37,233); }
div.DivClassName
{
background-color: #B525E9;
}
.BgClassName
{
background-color: #B525E9;
}
</style>
border-color css
<style>
span { border-color: #B525E9; }
span { border-color: rgb(181,37,233); }
td.TdClassName
{
border-color: #B525E9;
}
.TagClassName
{
border-color: #B525E9;
}
</style>