Shades of Dark Orchid #B534DA
Tints of Dark Orchid #B534DA
RGB
CMYK
RGB Variations
Color information
#B534DA (or 0xB534DA) is known color: Dark Orchid. HEX triplet: B5, 34 and DA. RGB value is (181,52,218). Sum of RGB (Red+Green+Blue) = 181+52+218=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #B534DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534DA is #4ACB25. Grayscale: #6C6C6C. Windows color (decimal): -4901670 or 14300341. OLE color: 14300341.
HSL color Cylindrical-coordinate representation of color #B534DA: hue angle of 286.63º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B534DA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 52 | 218 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.15 |
| HSL | 286.63º | 0.69% | 0.53% | - |
| HSV(B) | 286.63º | 0.76% | 0.85% | - |
| XYZ | 32.94 | 17.34 | 67.94 | - |
| YUV | 109.5 | 189.24 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 218 | 0.17 | 0.76 | 0 | 0.15 | 286.63 | 0.69 | 0.53 |
| Hex | B5 | 34 | DA | 11 | 4C | 0 | F | 11F | 45 | 35 |
| Octal | 265 | 64 | 332 | 21 | 114 | 0 | 17 | 437 | 105 | 65 |
| Binary | 10110101 | 110100 | 11011010 | 10001 | 1001100 | 0 | 1111 | 100011111 | 1000101 | 110101 |
Color Harmonies of #B534DA
Complementary color
Monochromatic Colors of #B534DA
Black with #B534DA
Text Example
Text Example
White with #B534DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534DA; }
p { color: rgb(181,52,218); }
H1.HeaderClassName
{
color: #B534DA;
}
.AnyTagClassName
{
color: #B534DA;
}
</style>
background-color css
<style>
a { background-color: #B534DA; }
a { background-color: rgb(181,52,218); }
div.DivClassName
{
background-color: #B534DA;
}
.BgClassName
{
background-color: #B534DA;
}
</style>
border-color css
<style>
span { border-color: #B534DA; }
span { border-color: rgb(181,52,218); }
td.TdClassName
{
border-color: #B534DA;
}
.TagClassName
{
border-color: #B534DA;
}
</style>