Shades of Dark Orchid #B528D2
Tints of Dark Orchid #B528D2
RGB
CMYK
RGB Variations
Color information
#B528D2 (or 0xB528D2) is known color: Dark Orchid. HEX triplet: B5, 28 and D2. RGB value is (181,40,210). Sum of RGB (Red+Green+Blue) = 181+40+210=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #B528D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528D2 is #4AD72D. Grayscale: #656565. Windows color (decimal): -4904750 or 13772981. OLE color: 13772981.
HSL color Cylindrical-coordinate representation of color #B528D2: hue angle of 289.76º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B528D2 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 40 | 210 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.18 |
| HSL | 289.76º | 0.68% | 0.49% | - |
| HSV(B) | 289.76º | 0.81% | 0.82% | - |
| XYZ | 31.45 | 15.99 | 62.4 | - |
| YUV | 101.54 | 189.21 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 210 | 0.14 | 0.81 | 0 | 0.18 | 289.76 | 0.68 | 0.49 |
| Hex | B5 | 28 | D2 | E | 51 | 0 | 12 | 122 | 44 | 31 |
| Octal | 265 | 50 | 322 | 16 | 121 | 0 | 22 | 442 | 104 | 61 |
| Binary | 10110101 | 101000 | 11010010 | 1110 | 1010001 | 0 | 10010 | 100100010 | 1000100 | 110001 |
Color Harmonies of #B528D2
Complementary color
Monochromatic Colors of #B528D2
Black with #B528D2
Text Example
Text Example
White with #B528D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528D2; }
p { color: rgb(181,40,210); }
H1.HeaderClassName
{
color: #B528D2;
}
.AnyTagClassName
{
color: #B528D2;
}
</style>
background-color css
<style>
a { background-color: #B528D2; }
a { background-color: rgb(181,40,210); }
div.DivClassName
{
background-color: #B528D2;
}
.BgClassName
{
background-color: #B528D2;
}
</style>
border-color css
<style>
span { border-color: #B528D2; }
span { border-color: rgb(181,40,210); }
td.TdClassName
{
border-color: #B528D2;
}
.TagClassName
{
border-color: #B528D2;
}
</style>