Shades of Dark Orchid #B534D6
Tints of Dark Orchid #B534D6
RGB
CMYK
RGB Variations
Color information
#B534D6 (or 0xB534D6) is known color: Dark Orchid. HEX triplet: B5, 34 and D6. RGB value is (181,52,214). Sum of RGB (Red+Green+Blue) = 181+52+214=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #B534D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534D6 is #4ACB29. Grayscale: #6C6C6C. Windows color (decimal): -4901674 or 14038197. OLE color: 14038197.
HSL color Cylindrical-coordinate representation of color #B534D6: hue angle of 287.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B534D6 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 52 | 214 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.16 |
| HSL | 287.78º | 0.66% | 0.52% | - |
| HSV(B) | 287.78º | 0.76% | 0.84% | - |
| XYZ | 32.42 | 17.13 | 65.22 | - |
| YUV | 109.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 214 | 0.15 | 0.76 | 0 | 0.16 | 287.78 | 0.66 | 0.52 |
| Hex | B5 | 34 | D6 | F | 4C | 0 | 10 | 120 | 42 | 34 |
| Octal | 265 | 64 | 326 | 17 | 114 | 0 | 20 | 440 | 102 | 64 |
| Binary | 10110101 | 110100 | 11010110 | 1111 | 1001100 | 0 | 10000 | 100100000 | 1000010 | 110100 |
Color Harmonies of #B534D6
Complementary color
Monochromatic Colors of #B534D6
Black with #B534D6
Text Example
Text Example
White with #B534D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534D6; }
p { color: rgb(181,52,214); }
H1.HeaderClassName
{
color: #B534D6;
}
.AnyTagClassName
{
color: #B534D6;
}
</style>
background-color css
<style>
a { background-color: #B534D6; }
a { background-color: rgb(181,52,214); }
div.DivClassName
{
background-color: #B534D6;
}
.BgClassName
{
background-color: #B534D6;
}
</style>
border-color css
<style>
span { border-color: #B534D6; }
span { border-color: rgb(181,52,214); }
td.TdClassName
{
border-color: #B534D6;
}
.TagClassName
{
border-color: #B534D6;
}
</style>