Shades of Dark Orchid #B526CA
Tints of Dark Orchid #B526CA
RGB
CMYK
RGB Variations
Color information
#B526CA (or 0xB526CA) is known color: Dark Orchid. HEX triplet: B5, 26 and CA. RGB value is (181,38,202). Sum of RGB (Red+Green+Blue) = 181+38+202=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #B526CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526CA is #4AD935. Grayscale: #626262. Windows color (decimal): -4905270 or 13248181. OLE color: 13248181.
HSL color Cylindrical-coordinate representation of color #B526CA: hue angle of 292.32º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B526CA is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 38 | 202 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.21 |
| HSL | 292.32º | 0.68% | 0.47% | - |
| HSV(B) | 292.32º | 0.81% | 0.79% | - |
| XYZ | 30.41 | 15.47 | 57.26 | - |
| YUV | 99.45 | 185.88 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 202 | 0.10 | 0.81 | 0 | 0.21 | 292.32 | 0.68 | 0.47 |
| Hex | B5 | 26 | CA | A | 51 | 0 | 15 | 124 | 44 | 2F |
| Octal | 265 | 46 | 312 | 12 | 121 | 0 | 25 | 444 | 104 | 57 |
| Binary | 10110101 | 100110 | 11001010 | 1010 | 1010001 | 0 | 10101 | 100100100 | 1000100 | 101111 |
Color Harmonies of #B526CA
Complementary color
Monochromatic Colors of #B526CA
Black with #B526CA
Text Example
Text Example
White with #B526CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526CA; }
p { color: rgb(181,38,202); }
H1.HeaderClassName
{
color: #B526CA;
}
.AnyTagClassName
{
color: #B526CA;
}
</style>
background-color css
<style>
a { background-color: #B526CA; }
a { background-color: rgb(181,38,202); }
div.DivClassName
{
background-color: #B526CA;
}
.BgClassName
{
background-color: #B526CA;
}
</style>
border-color css
<style>
span { border-color: #B526CA; }
span { border-color: rgb(181,38,202); }
td.TdClassName
{
border-color: #B526CA;
}
.TagClassName
{
border-color: #B526CA;
}
</style>