Shades of Dark Orchid #B534E7
Tints of Dark Orchid #B534E7
RGB
CMYK
RGB Variations
Color information
#B534E7 (or 0xB534E7) is known color: Dark Orchid. HEX triplet: B5, 34 and E7. RGB value is (181,52,231). Sum of RGB (Red+Green+Blue) = 181+52+231=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #B534E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534E7 is #4ACB18. Grayscale: #6E6E6E. Windows color (decimal): -4901657 or 15152309. OLE color: 15152309.
HSL color Cylindrical-coordinate representation of color #B534E7: hue angle of 283.24º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B534E7 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 52 | 231 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.09 |
| HSL | 283.24º | 0.79% | 0.55% | - |
| HSV(B) | 283.24º | 0.77% | 0.91% | - |
| XYZ | 34.71 | 18.05 | 77.26 | - |
| YUV | 110.98 | 195.74 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 231 | 0.22 | 0.77 | 0 | 0.09 | 283.24 | 0.79 | 0.55 |
| Hex | B5 | 34 | E7 | 16 | 4D | 0 | 9 | 11B | 4F | 37 |
| Octal | 265 | 64 | 347 | 26 | 115 | 0 | 11 | 433 | 117 | 67 |
| Binary | 10110101 | 110100 | 11100111 | 10110 | 1001101 | 0 | 1001 | 100011011 | 1001111 | 110111 |
Color Harmonies of #B534E7
Complementary color
Monochromatic Colors of #B534E7
Black with #B534E7
Text Example
Text Example
White with #B534E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534E7; }
p { color: rgb(181,52,231); }
H1.HeaderClassName
{
color: #B534E7;
}
.AnyTagClassName
{
color: #B534E7;
}
</style>
background-color css
<style>
a { background-color: #B534E7; }
a { background-color: rgb(181,52,231); }
div.DivClassName
{
background-color: #B534E7;
}
.BgClassName
{
background-color: #B534E7;
}
</style>
border-color css
<style>
span { border-color: #B534E7; }
span { border-color: rgb(181,52,231); }
td.TdClassName
{
border-color: #B534E7;
}
.TagClassName
{
border-color: #B534E7;
}
</style>