Shades of Dark Orchid #B526CE
Tints of Dark Orchid #B526CE
RGB
CMYK
RGB Variations
Color information
#B526CE (or 0xB526CE) is known color: Dark Orchid. HEX triplet: B5, 26 and CE. RGB value is (181,38,206). Sum of RGB (Red+Green+Blue) = 181+38+206=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #B526CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526CE is #4AD931. Grayscale: #636363. Windows color (decimal): -4905266 or 13510325. OLE color: 13510325.
HSL color Cylindrical-coordinate representation of color #B526CE: hue angle of 291.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B526CE is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 38 | 206 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.19 |
| HSL | 291.07º | 0.69% | 0.48% | - |
| HSV(B) | 291.07º | 0.82% | 0.81% | - |
| XYZ | 30.89 | 15.67 | 59.79 | - |
| YUV | 99.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 206 | 0.12 | 0.82 | 0 | 0.19 | 291.07 | 0.69 | 0.48 |
| Hex | B5 | 26 | CE | C | 52 | 0 | 13 | 123 | 45 | 30 |
| Octal | 265 | 46 | 316 | 14 | 122 | 0 | 23 | 443 | 105 | 60 |
| Binary | 10110101 | 100110 | 11001110 | 1100 | 1010010 | 0 | 10011 | 100100011 | 1000101 | 110000 |
Color Harmonies of #B526CE
Complementary color
Monochromatic Colors of #B526CE
Black with #B526CE
Text Example
Text Example
White with #B526CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526CE; }
p { color: rgb(181,38,206); }
H1.HeaderClassName
{
color: #B526CE;
}
.AnyTagClassName
{
color: #B526CE;
}
</style>
background-color css
<style>
a { background-color: #B526CE; }
a { background-color: rgb(181,38,206); }
div.DivClassName
{
background-color: #B526CE;
}
.BgClassName
{
background-color: #B526CE;
}
</style>
border-color css
<style>
span { border-color: #B526CE; }
span { border-color: rgb(181,38,206); }
td.TdClassName
{
border-color: #B526CE;
}
.TagClassName
{
border-color: #B526CE;
}
</style>