Shades of Dark Orchid #B528ED
Tints of Dark Orchid #B528ED
RGB
CMYK
RGB Variations
Color information
#B528ED (or 0xB528ED) is known color: Dark Orchid. HEX triplet: B5, 28 and ED. RGB value is (181,40,237). Sum of RGB (Red+Green+Blue) = 181+40+237=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #B528ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B528ED is #4AD712. Grayscale: #676767. Windows color (decimal): -4904723 or 15542453. OLE color: 15542453.
HSL color Cylindrical-coordinate representation of color #B528ED: hue angle of 282.94º degrees, saturation: 0.85, 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 #B528ED is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 40 | 237 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.07 |
| HSL | 282.94º | 0.85% | 0.54% | - |
| HSV(B) | 282.94º | 0.83% | 0.93% | - |
| XYZ | 35.1 | 17.46 | 81.64 | - |
| YUV | 104.62 | 202.71 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 237 | 0.24 | 0.83 | 0 | 0.07 | 282.94 | 0.85 | 0.54 |
| Hex | B5 | 28 | ED | 18 | 53 | 0 | 7 | 11B | 55 | 36 |
| Octal | 265 | 50 | 355 | 30 | 123 | 0 | 7 | 433 | 125 | 66 |
| Binary | 10110101 | 101000 | 11101101 | 11000 | 1010011 | 0 | 111 | 100011011 | 1010101 | 110110 |
Color Harmonies of #B528ED
Complementary color
Monochromatic Colors of #B528ED
Black with #B528ED
Text Example
Text Example
White with #B528ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528ED; }
p { color: rgb(181,40,237); }
H1.HeaderClassName
{
color: #B528ED;
}
.AnyTagClassName
{
color: #B528ED;
}
</style>
background-color css
<style>
a { background-color: #B528ED; }
a { background-color: rgb(181,40,237); }
div.DivClassName
{
background-color: #B528ED;
}
.BgClassName
{
background-color: #B528ED;
}
</style>
border-color css
<style>
span { border-color: #B528ED; }
span { border-color: rgb(181,40,237); }
td.TdClassName
{
border-color: #B528ED;
}
.TagClassName
{
border-color: #B528ED;
}
</style>