Shades of Dark Orchid #B534E0
Tints of Dark Orchid #B534E0
RGB
CMYK
RGB Variations
Color information
#B534E0 (or 0xB534E0) is known color: Dark Orchid. HEX triplet: B5, 34 and E0. RGB value is (181,52,224). Sum of RGB (Red+Green+Blue) = 181+52+224=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #B534E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534E0 is #4ACB1F. Grayscale: #6D6D6D. Windows color (decimal): -4901664 or 14693557. OLE color: 14693557.
HSL color Cylindrical-coordinate representation of color #B534E0: hue angle of 285º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B534E0 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 52 | 224 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.12 |
| HSL | 285º | 0.74% | 0.54% | - |
| HSV(B) | 285º | 0.77% | 0.88% | - |
| XYZ | 33.74 | 17.66 | 72.15 | - |
| YUV | 110.18 | 192.24 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 224 | 0.19 | 0.77 | 0 | 0.12 | 285 | 0.74 | 0.54 |
| Hex | B5 | 34 | E0 | 13 | 4D | 0 | C | 11D | 4A | 36 |
| Octal | 265 | 64 | 340 | 23 | 115 | 0 | 14 | 435 | 112 | 66 |
| Binary | 10110101 | 110100 | 11100000 | 10011 | 1001101 | 0 | 1100 | 100011101 | 1001010 | 110110 |
Color Harmonies of #B534E0
Complementary color
Monochromatic Colors of #B534E0
Black with #B534E0
Text Example
Text Example
White with #B534E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534E0; }
p { color: rgb(181,52,224); }
H1.HeaderClassName
{
color: #B534E0;
}
.AnyTagClassName
{
color: #B534E0;
}
</style>
background-color css
<style>
a { background-color: #B534E0; }
a { background-color: rgb(181,52,224); }
div.DivClassName
{
background-color: #B534E0;
}
.BgClassName
{
background-color: #B534E0;
}
</style>
border-color css
<style>
span { border-color: #B534E0; }
span { border-color: rgb(181,52,224); }
td.TdClassName
{
border-color: #B534E0;
}
.TagClassName
{
border-color: #B534E0;
}
</style>