Shades of Dark Orchid #B528D8
Tints of Dark Orchid #B528D8
RGB
CMYK
RGB Variations
Color information
#B528D8 (or 0xB528D8) is known color: Dark Orchid. HEX triplet: B5, 28 and D8. RGB value is (181,40,216). Sum of RGB (Red+Green+Blue) = 181+40+216=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 216 (84.77% from 255 or 49.43% from 437); Max value from RGB is 216 - color contains mainly: blue. Hex color #B528D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528D8 is #4AD727. Grayscale: #656565. Windows color (decimal): -4904744 or 14166197. OLE color: 14166197.
HSL color Cylindrical-coordinate representation of color #B528D8: hue angle of 288.07º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B528D8 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 40 | 216 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.15 |
| HSL | 288.07º | 0.69% | 0.5% | - |
| HSV(B) | 288.07º | 0.81% | 0.85% | - |
| XYZ | 32.21 | 16.3 | 66.41 | - |
| YUV | 102.22 | 192.21 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 216 | 0.16 | 0.81 | 0 | 0.15 | 288.07 | 0.69 | 0.5 |
| Hex | B5 | 28 | D8 | 10 | 51 | 0 | F | 120 | 45 | 32 |
| Octal | 265 | 50 | 330 | 20 | 121 | 0 | 17 | 440 | 105 | 62 |
| Binary | 10110101 | 101000 | 11011000 | 10000 | 1010001 | 0 | 1111 | 100100000 | 1000101 | 110010 |
Color Harmonies of #B528D8
Complementary color
Monochromatic Colors of #B528D8
Black with #B528D8
Text Example
Text Example
White with #B528D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528D8; }
p { color: rgb(181,40,216); }
H1.HeaderClassName
{
color: #B528D8;
}
.AnyTagClassName
{
color: #B528D8;
}
</style>
background-color css
<style>
a { background-color: #B528D8; }
a { background-color: rgb(181,40,216); }
div.DivClassName
{
background-color: #B528D8;
}
.BgClassName
{
background-color: #B528D8;
}
</style>
border-color css
<style>
span { border-color: #B528D8; }
span { border-color: rgb(181,40,216); }
td.TdClassName
{
border-color: #B528D8;
}
.TagClassName
{
border-color: #B528D8;
}
</style>