Shades of Dark Orchid #B524E3
Tints of Dark Orchid #B524E3
RGB
CMYK
RGB Variations
Color information
#B524E3 (or 0xB524E3) is known color: Dark Orchid. HEX triplet: B5, 24 and E3. RGB value is (181,36,227). Sum of RGB (Red+Green+Blue) = 181+36+227=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #B524E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524E3 is #4ADB1C. Grayscale: #646464. Windows color (decimal): -4905757 or 14886069. OLE color: 14886069.
HSL color Cylindrical-coordinate representation of color #B524E3: hue angle of 285.55º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B524E3 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 36 | 227 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.11 |
| HSL | 285.55º | 0.77% | 0.52% | - |
| HSV(B) | 285.55º | 0.84% | 0.89% | - |
| XYZ | 33.55 | 16.63 | 74.11 | - |
| YUV | 101.13 | 199.04 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 227 | 0.20 | 0.84 | 0 | 0.11 | 285.55 | 0.77 | 0.52 |
| Hex | B5 | 24 | E3 | 14 | 54 | 0 | B | 11E | 4D | 34 |
| Octal | 265 | 44 | 343 | 24 | 124 | 0 | 13 | 436 | 115 | 64 |
| Binary | 10110101 | 100100 | 11100011 | 10100 | 1010100 | 0 | 1011 | 100011110 | 1001101 | 110100 |
Color Harmonies of #B524E3
Complementary color
Monochromatic Colors of #B524E3
Black with #B524E3
Text Example
Text Example
White with #B524E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524E3; }
p { color: rgb(181,36,227); }
H1.HeaderClassName
{
color: #B524E3;
}
.AnyTagClassName
{
color: #B524E3;
}
</style>
background-color css
<style>
a { background-color: #B524E3; }
a { background-color: rgb(181,36,227); }
div.DivClassName
{
background-color: #B524E3;
}
.BgClassName
{
background-color: #B524E3;
}
</style>
border-color css
<style>
span { border-color: #B524E3; }
span { border-color: rgb(181,36,227); }
td.TdClassName
{
border-color: #B524E3;
}
.TagClassName
{
border-color: #B524E3;
}
</style>