Shades of Dark Orchid #B536D1
Tints of Dark Orchid #B536D1
RGB
CMYK
RGB Variations
Color information
#B536D1 (or 0xB536D1) is known color: Dark Orchid. HEX triplet: B5, 36 and D1. RGB value is (181,54,209). Sum of RGB (Red+Green+Blue) = 181+54+209=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #B536D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536D1 is #4AC92E. Grayscale: #6D6D6D. Windows color (decimal): -4901167 or 13711029. OLE color: 13711029.
HSL color Cylindrical-coordinate representation of color #B536D1: hue angle of 289.16º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B536D1 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 54 | 209 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.18 |
| HSL | 289.16º | 0.63% | 0.52% | - |
| HSV(B) | 289.16º | 0.74% | 0.82% | - |
| XYZ | 31.88 | 17.07 | 61.94 | - |
| YUV | 109.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 209 | 0.13 | 0.74 | 0 | 0.18 | 289.16 | 0.63 | 0.52 |
| Hex | B5 | 36 | D1 | D | 4A | 0 | 12 | 121 | 3F | 34 |
| Octal | 265 | 66 | 321 | 15 | 112 | 0 | 22 | 441 | 77 | 64 |
| Binary | 10110101 | 110110 | 11010001 | 1101 | 1001010 | 0 | 10010 | 100100001 | 111111 | 110100 |
Color Harmonies of #B536D1
Complementary color
Monochromatic Colors of #B536D1
Black with #B536D1
Text Example
Text Example
White with #B536D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B536D1; }
p { color: rgb(181,54,209); }
H1.HeaderClassName
{
color: #B536D1;
}
.AnyTagClassName
{
color: #B536D1;
}
</style>
background-color css
<style>
a { background-color: #B536D1; }
a { background-color: rgb(181,54,209); }
div.DivClassName
{
background-color: #B536D1;
}
.BgClassName
{
background-color: #B536D1;
}
</style>
border-color css
<style>
span { border-color: #B536D1; }
span { border-color: rgb(181,54,209); }
td.TdClassName
{
border-color: #B536D1;
}
.TagClassName
{
border-color: #B536D1;
}
</style>