Shades of Dark Orchid #B526DC
Tints of Dark Orchid #B526DC
RGB
CMYK
RGB Variations
Color information
#B526DC (or 0xB526DC) is known color: Dark Orchid. HEX triplet: B5, 26 and DC. RGB value is (181,38,220). Sum of RGB (Red+Green+Blue) = 181+38+220=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #B526DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526DC is #4AD923. Grayscale: #646464. Windows color (decimal): -4905252 or 14427829. OLE color: 14427829.
HSL color Cylindrical-coordinate representation of color #B526DC: hue angle of 287.14º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B526DC is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 38 | 220 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.14 |
| HSL | 287.14º | 0.72% | 0.51% | - |
| HSV(B) | 287.14º | 0.83% | 0.86% | - |
| XYZ | 32.67 | 16.38 | 69.15 | - |
| YUV | 101.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 220 | 0.18 | 0.83 | 0 | 0.14 | 287.14 | 0.72 | 0.51 |
| Hex | B5 | 26 | DC | 12 | 53 | 0 | E | 11F | 48 | 33 |
| Octal | 265 | 46 | 334 | 22 | 123 | 0 | 16 | 437 | 110 | 63 |
| Binary | 10110101 | 100110 | 11011100 | 10010 | 1010011 | 0 | 1110 | 100011111 | 1001000 | 110011 |
Color Harmonies of #B526DC
Complementary color
Monochromatic Colors of #B526DC
Black with #B526DC
Text Example
Text Example
White with #B526DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526DC; }
p { color: rgb(181,38,220); }
H1.HeaderClassName
{
color: #B526DC;
}
.AnyTagClassName
{
color: #B526DC;
}
</style>
background-color css
<style>
a { background-color: #B526DC; }
a { background-color: rgb(181,38,220); }
div.DivClassName
{
background-color: #B526DC;
}
.BgClassName
{
background-color: #B526DC;
}
</style>
border-color css
<style>
span { border-color: #B526DC; }
span { border-color: rgb(181,38,220); }
td.TdClassName
{
border-color: #B526DC;
}
.TagClassName
{
border-color: #B526DC;
}
</style>