Shades of Dark Orchid #B526DE
Tints of Dark Orchid #B526DE
RGB
CMYK
RGB Variations
Color information
#B526DE (or 0xB526DE) is known color: Dark Orchid. HEX triplet: B5, 26 and DE. RGB value is (181,38,222). Sum of RGB (Red+Green+Blue) = 181+38+222=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #B526DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526DE is #4AD921. Grayscale: #656565. Windows color (decimal): -4905250 or 14558901. OLE color: 14558901.
HSL color Cylindrical-coordinate representation of color #B526DE: hue angle of 286.63º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B526DE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 38 | 222 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.13 |
| HSL | 286.63º | 0.74% | 0.51% | - |
| HSV(B) | 286.63º | 0.83% | 0.87% | - |
| XYZ | 32.93 | 16.48 | 70.55 | - |
| YUV | 101.73 | 195.88 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 222 | 0.18 | 0.83 | 0 | 0.13 | 286.63 | 0.74 | 0.51 |
| Hex | B5 | 26 | DE | 12 | 53 | 0 | D | 11F | 4A | 33 |
| Octal | 265 | 46 | 336 | 22 | 123 | 0 | 15 | 437 | 112 | 63 |
| Binary | 10110101 | 100110 | 11011110 | 10010 | 1010011 | 0 | 1101 | 100011111 | 1001010 | 110011 |
Color Harmonies of #B526DE
Complementary color
Monochromatic Colors of #B526DE
Black with #B526DE
Text Example
Text Example
White with #B526DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526DE; }
p { color: rgb(181,38,222); }
H1.HeaderClassName
{
color: #B526DE;
}
.AnyTagClassName
{
color: #B526DE;
}
</style>
background-color css
<style>
a { background-color: #B526DE; }
a { background-color: rgb(181,38,222); }
div.DivClassName
{
background-color: #B526DE;
}
.BgClassName
{
background-color: #B526DE;
}
</style>
border-color css
<style>
span { border-color: #B526DE; }
span { border-color: rgb(181,38,222); }
td.TdClassName
{
border-color: #B526DE;
}
.TagClassName
{
border-color: #B526DE;
}
</style>