Shades of Dark Orchid #B534D7
Tints of Dark Orchid #B534D7
RGB
CMYK
RGB Variations
Color information
#B534D7 (or 0xB534D7) is known color: Dark Orchid. HEX triplet: B5, 34 and D7. RGB value is (181,52,215). Sum of RGB (Red+Green+Blue) = 181+52+215=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #B534D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534D7 is #4ACB28. Grayscale: #6C6C6C. Windows color (decimal): -4901673 or 14103733. OLE color: 14103733.
HSL color Cylindrical-coordinate representation of color #B534D7: hue angle of 287.48º degrees, saturation: 0.67, 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 #B534D7 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 52 | 215 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.16 |
| HSL | 287.48º | 0.67% | 0.52% | - |
| HSV(B) | 287.48º | 0.76% | 0.84% | - |
| XYZ | 32.55 | 17.19 | 65.89 | - |
| YUV | 109.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 215 | 0.16 | 0.76 | 0 | 0.16 | 287.48 | 0.67 | 0.52 |
| Hex | B5 | 34 | D7 | 10 | 4C | 0 | 10 | 11F | 43 | 34 |
| Octal | 265 | 64 | 327 | 20 | 114 | 0 | 20 | 437 | 103 | 64 |
| Binary | 10110101 | 110100 | 11010111 | 10000 | 1001100 | 0 | 10000 | 100011111 | 1000011 | 110100 |
Color Harmonies of #B534D7
Complementary color
Monochromatic Colors of #B534D7
Black with #B534D7
Text Example
Text Example
White with #B534D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534D7; }
p { color: rgb(181,52,215); }
H1.HeaderClassName
{
color: #B534D7;
}
.AnyTagClassName
{
color: #B534D7;
}
</style>
background-color css
<style>
a { background-color: #B534D7; }
a { background-color: rgb(181,52,215); }
div.DivClassName
{
background-color: #B534D7;
}
.BgClassName
{
background-color: #B534D7;
}
</style>
border-color css
<style>
span { border-color: #B534D7; }
span { border-color: rgb(181,52,215); }
td.TdClassName
{
border-color: #B534D7;
}
.TagClassName
{
border-color: #B534D7;
}
</style>