Shades of Dark Orchid #B529EC
Tints of Dark Orchid #B529EC
RGB
CMYK
RGB Variations
Color information
#B529EC (or 0xB529EC) is known color: Dark Orchid. HEX triplet: B5, 29 and EC. RGB value is (181,41,236). Sum of RGB (Red+Green+Blue) = 181+41+236=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #B529EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B529EC is #4AD613. Grayscale: #686868. Windows color (decimal): -4904468 or 15477173. OLE color: 15477173.
HSL color Cylindrical-coordinate representation of color #B529EC: hue angle of 283.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B529EC is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 41 | 236 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.07 |
| HSL | 283.08º | 0.84% | 0.54% | - |
| HSV(B) | 283.08º | 0.83% | 0.93% | - |
| XYZ | 34.99 | 17.47 | 80.88 | - |
| YUV | 105.09 | 201.88 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 236 | 0.23 | 0.83 | 0 | 0.07 | 283.08 | 0.84 | 0.54 |
| Hex | B5 | 29 | EC | 17 | 53 | 0 | 7 | 11B | 54 | 36 |
| Octal | 265 | 51 | 354 | 27 | 123 | 0 | 7 | 433 | 124 | 66 |
| Binary | 10110101 | 101001 | 11101100 | 10111 | 1010011 | 0 | 111 | 100011011 | 1010100 | 110110 |
Color Harmonies of #B529EC
Complementary color
Monochromatic Colors of #B529EC
Black with #B529EC
Text Example
Text Example
White with #B529EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529EC; }
p { color: rgb(181,41,236); }
H1.HeaderClassName
{
color: #B529EC;
}
.AnyTagClassName
{
color: #B529EC;
}
</style>
background-color css
<style>
a { background-color: #B529EC; }
a { background-color: rgb(181,41,236); }
div.DivClassName
{
background-color: #B529EC;
}
.BgClassName
{
background-color: #B529EC;
}
</style>
border-color css
<style>
span { border-color: #B529EC; }
span { border-color: rgb(181,41,236); }
td.TdClassName
{
border-color: #B529EC;
}
.TagClassName
{
border-color: #B529EC;
}
</style>