Shades of Dark Orchid #B528E4
Tints of Dark Orchid #B528E4
RGB
CMYK
RGB Variations
Color information
#B528E4 (or 0xB528E4) is known color: Dark Orchid. HEX triplet: B5, 28 and E4. RGB value is (181,40,228). Sum of RGB (Red+Green+Blue) = 181+40+228=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #B528E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528E4 is #4AD71B. Grayscale: #666666. Windows color (decimal): -4904732 or 14952629. OLE color: 14952629.
HSL color Cylindrical-coordinate representation of color #B528E4: hue angle of 285º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B528E4 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 40 | 228 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.11 |
| HSL | 285º | 0.78% | 0.53% | - |
| HSV(B) | 285º | 0.82% | 0.89% | - |
| XYZ | 33.82 | 16.94 | 74.89 | - |
| YUV | 103.59 | 198.21 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 228 | 0.21 | 0.82 | 0 | 0.11 | 285 | 0.78 | 0.53 |
| Hex | B5 | 28 | E4 | 15 | 52 | 0 | B | 11D | 4E | 35 |
| Octal | 265 | 50 | 344 | 25 | 122 | 0 | 13 | 435 | 116 | 65 |
| Binary | 10110101 | 101000 | 11100100 | 10101 | 1010010 | 0 | 1011 | 100011101 | 1001110 | 110101 |
Color Harmonies of #B528E4
Complementary color
Monochromatic Colors of #B528E4
Black with #B528E4
Text Example
Text Example
White with #B528E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528E4; }
p { color: rgb(181,40,228); }
H1.HeaderClassName
{
color: #B528E4;
}
.AnyTagClassName
{
color: #B528E4;
}
</style>
background-color css
<style>
a { background-color: #B528E4; }
a { background-color: rgb(181,40,228); }
div.DivClassName
{
background-color: #B528E4;
}
.BgClassName
{
background-color: #B528E4;
}
</style>
border-color css
<style>
span { border-color: #B528E4; }
span { border-color: rgb(181,40,228); }
td.TdClassName
{
border-color: #B528E4;
}
.TagClassName
{
border-color: #B528E4;
}
</style>