Shades of Dark Orchid #B534E8
Tints of Dark Orchid #B534E8
RGB
CMYK
RGB Variations
Color information
#B534E8 (or 0xB534E8) is known color: Dark Orchid. HEX triplet: B5, 34 and E8. RGB value is (181,52,232). Sum of RGB (Red+Green+Blue) = 181+52+232=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #B534E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534E8 is #4ACB17. Grayscale: #6E6E6E. Windows color (decimal): -4901656 or 15217845. OLE color: 15217845.
HSL color Cylindrical-coordinate representation of color #B534E8: hue angle of 283º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B534E8 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 52 | 232 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.09 |
| HSL | 283º | 0.8% | 0.56% | - |
| HSV(B) | 283º | 0.78% | 0.91% | - |
| XYZ | 34.85 | 18.11 | 78 | - |
| YUV | 111.09 | 196.24 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 232 | 0.22 | 0.78 | 0 | 0.09 | 283 | 0.8 | 0.56 |
| Hex | B5 | 34 | E8 | 16 | 4E | 0 | 9 | 11B | 50 | 38 |
| Octal | 265 | 64 | 350 | 26 | 116 | 0 | 11 | 433 | 120 | 70 |
| Binary | 10110101 | 110100 | 11101000 | 10110 | 1001110 | 0 | 1001 | 100011011 | 1010000 | 111000 |
Color Harmonies of #B534E8
Complementary color
Monochromatic Colors of #B534E8
Black with #B534E8
Text Example
Text Example
White with #B534E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534E8; }
p { color: rgb(181,52,232); }
H1.HeaderClassName
{
color: #B534E8;
}
.AnyTagClassName
{
color: #B534E8;
}
</style>
background-color css
<style>
a { background-color: #B534E8; }
a { background-color: rgb(181,52,232); }
div.DivClassName
{
background-color: #B534E8;
}
.BgClassName
{
background-color: #B534E8;
}
</style>
border-color css
<style>
span { border-color: #B534E8; }
span { border-color: rgb(181,52,232); }
td.TdClassName
{
border-color: #B534E8;
}
.TagClassName
{
border-color: #B534E8;
}
</style>