Shades of Dark Orchid #B526C9
Tints of Dark Orchid #B526C9
RGB
CMYK
RGB Variations
Color information
#B526C9 (or 0xB526C9) is known color: Dark Orchid. HEX triplet: B5, 26 and C9. RGB value is (181,38,201). Sum of RGB (Red+Green+Blue) = 181+38+201=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #B526C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526C9 is #4AD936. Grayscale: #626262. Windows color (decimal): -4905271 or 13182645. OLE color: 13182645.
HSL color Cylindrical-coordinate representation of color #B526C9: hue angle of 292.64º 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 #B526C9 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 38 | 201 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.21 |
| HSL | 292.64º | 0.68% | 0.47% | - |
| HSV(B) | 292.64º | 0.81% | 0.79% | - |
| XYZ | 30.29 | 15.43 | 56.64 | - |
| YUV | 99.34 | 185.38 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 201 | 0.10 | 0.81 | 0 | 0.21 | 292.64 | 0.68 | 0.47 |
| Hex | B5 | 26 | C9 | A | 51 | 0 | 15 | 125 | 44 | 2F |
| Octal | 265 | 46 | 311 | 12 | 121 | 0 | 25 | 445 | 104 | 57 |
| Binary | 10110101 | 100110 | 11001001 | 1010 | 1010001 | 0 | 10101 | 100100101 | 1000100 | 101111 |
Color Harmonies of #B526C9
Complementary color
Monochromatic Colors of #B526C9
Black with #B526C9
Text Example
Text Example
White with #B526C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526C9; }
p { color: rgb(181,38,201); }
H1.HeaderClassName
{
color: #B526C9;
}
.AnyTagClassName
{
color: #B526C9;
}
</style>
background-color css
<style>
a { background-color: #B526C9; }
a { background-color: rgb(181,38,201); }
div.DivClassName
{
background-color: #B526C9;
}
.BgClassName
{
background-color: #B526C9;
}
</style>
border-color css
<style>
span { border-color: #B526C9; }
span { border-color: rgb(181,38,201); }
td.TdClassName
{
border-color: #B526C9;
}
.TagClassName
{
border-color: #B526C9;
}
</style>