Shades of Dark Orchid #B528E3
Tints of Dark Orchid #B528E3
RGB
CMYK
RGB Variations
Color information
#B528E3 (or 0xB528E3) is known color: Dark Orchid. HEX triplet: B5, 28 and E3. RGB value is (181,40,227). Sum of RGB (Red+Green+Blue) = 181+40+227=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 227 (89.06% from 255 or 50.67% from 448); Max value from RGB is 227 - color contains mainly: blue. Hex color #B528E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528E3 is #4AD71C. Grayscale: #666666. Windows color (decimal): -4904733 or 14887093. OLE color: 14887093.
HSL color Cylindrical-coordinate representation of color #B528E3: hue angle of 285.24º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B528E3 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 40 | 227 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.11 |
| HSL | 285.24º | 0.77% | 0.52% | - |
| HSV(B) | 285.24º | 0.82% | 0.89% | - |
| XYZ | 33.68 | 16.89 | 74.16 | - |
| YUV | 103.48 | 197.71 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 227 | 0.20 | 0.82 | 0 | 0.11 | 285.24 | 0.77 | 0.52 |
| Hex | B5 | 28 | E3 | 14 | 52 | 0 | B | 11D | 4D | 34 |
| Octal | 265 | 50 | 343 | 24 | 122 | 0 | 13 | 435 | 115 | 64 |
| Binary | 10110101 | 101000 | 11100011 | 10100 | 1010010 | 0 | 1011 | 100011101 | 1001101 | 110100 |
Color Harmonies of #B528E3
Complementary color
Monochromatic Colors of #B528E3
Black with #B528E3
Text Example
Text Example
White with #B528E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528E3; }
p { color: rgb(181,40,227); }
H1.HeaderClassName
{
color: #B528E3;
}
.AnyTagClassName
{
color: #B528E3;
}
</style>
background-color css
<style>
a { background-color: #B528E3; }
a { background-color: rgb(181,40,227); }
div.DivClassName
{
background-color: #B528E3;
}
.BgClassName
{
background-color: #B528E3;
}
</style>
border-color css
<style>
span { border-color: #B528E3; }
span { border-color: rgb(181,40,227); }
td.TdClassName
{
border-color: #B528E3;
}
.TagClassName
{
border-color: #B528E3;
}
</style>