Shades of Dark Orchid #B526CF
Tints of Dark Orchid #B526CF
RGB
CMYK
RGB Variations
Color information
#B526CF (or 0xB526CF) is known color: Dark Orchid. HEX triplet: B5, 26 and CF. RGB value is (181,38,207). Sum of RGB (Red+Green+Blue) = 181+38+207=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #B526CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526CF is #4AD930. Grayscale: #636363. Windows color (decimal): -4905265 or 13575861. OLE color: 13575861.
HSL color Cylindrical-coordinate representation of color #B526CF: hue angle of 290.77º 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 #B526CF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 38 | 207 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.19 |
| HSL | 290.77º | 0.69% | 0.48% | - |
| HSV(B) | 290.77º | 0.82% | 0.81% | - |
| XYZ | 31.01 | 15.71 | 60.43 | - |
| YUV | 100.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 207 | 0.13 | 0.82 | 0 | 0.19 | 290.77 | 0.69 | 0.48 |
| Hex | B5 | 26 | CF | D | 52 | 0 | 13 | 123 | 45 | 30 |
| Octal | 265 | 46 | 317 | 15 | 122 | 0 | 23 | 443 | 105 | 60 |
| Binary | 10110101 | 100110 | 11001111 | 1101 | 1010010 | 0 | 10011 | 100100011 | 1000101 | 110000 |
Color Harmonies of #B526CF
Complementary color
Monochromatic Colors of #B526CF
Black with #B526CF
Text Example
Text Example
White with #B526CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526CF; }
p { color: rgb(181,38,207); }
H1.HeaderClassName
{
color: #B526CF;
}
.AnyTagClassName
{
color: #B526CF;
}
</style>
background-color css
<style>
a { background-color: #B526CF; }
a { background-color: rgb(181,38,207); }
div.DivClassName
{
background-color: #B526CF;
}
.BgClassName
{
background-color: #B526CF;
}
</style>
border-color css
<style>
span { border-color: #B526CF; }
span { border-color: rgb(181,38,207); }
td.TdClassName
{
border-color: #B526CF;
}
.TagClassName
{
border-color: #B526CF;
}
</style>