Shades of Dark Orchid #B534DC
Tints of Dark Orchid #B534DC
RGB
CMYK
RGB Variations
Color information
#B534DC (or 0xB534DC) is known color: Dark Orchid. HEX triplet: B5, 34 and DC. RGB value is (181,52,220). Sum of RGB (Red+Green+Blue) = 181+52+220=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #B534DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534DC is #4ACB23. Grayscale: #6D6D6D. Windows color (decimal): -4901668 or 14431413. OLE color: 14431413.
HSL color Cylindrical-coordinate representation of color #B534DC: hue angle of 286.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B534DC is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 52 | 220 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.14 |
| HSL | 286.07º | 0.71% | 0.53% | - |
| HSV(B) | 286.07º | 0.76% | 0.86% | - |
| XYZ | 33.2 | 17.45 | 69.33 | - |
| YUV | 109.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 220 | 0.18 | 0.76 | 0 | 0.14 | 286.07 | 0.71 | 0.53 |
| Hex | B5 | 34 | DC | 12 | 4C | 0 | E | 11E | 47 | 35 |
| Octal | 265 | 64 | 334 | 22 | 114 | 0 | 16 | 436 | 107 | 65 |
| Binary | 10110101 | 110100 | 11011100 | 10010 | 1001100 | 0 | 1110 | 100011110 | 1000111 | 110101 |
Color Harmonies of #B534DC
Complementary color
Monochromatic Colors of #B534DC
Black with #B534DC
Text Example
Text Example
White with #B534DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534DC; }
p { color: rgb(181,52,220); }
H1.HeaderClassName
{
color: #B534DC;
}
.AnyTagClassName
{
color: #B534DC;
}
</style>
background-color css
<style>
a { background-color: #B534DC; }
a { background-color: rgb(181,52,220); }
div.DivClassName
{
background-color: #B534DC;
}
.BgClassName
{
background-color: #B534DC;
}
</style>
border-color css
<style>
span { border-color: #B534DC; }
span { border-color: rgb(181,52,220); }
td.TdClassName
{
border-color: #B534DC;
}
.TagClassName
{
border-color: #B534DC;
}
</style>