Shades of Dark Orchid #B536CC
Tints of Dark Orchid #B536CC
RGB
CMYK
RGB Variations
Color information
#B536CC (or 0xB536CC) is known color: Dark Orchid. HEX triplet: B5, 36 and CC. RGB value is (181,54,204). Sum of RGB (Red+Green+Blue) = 181+54+204=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #B536CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536CC is #4AC933. Grayscale: #6C6C6C. Windows color (decimal): -4901172 or 13383349. OLE color: 13383349.
HSL color Cylindrical-coordinate representation of color #B536CC: hue angle of 290.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B536CC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 54 | 204 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.2 |
| HSL | 290.8º | 0.6% | 0.51% | - |
| HSV(B) | 290.8º | 0.74% | 0.8% | - |
| XYZ | 31.27 | 16.82 | 58.73 | - |
| YUV | 109.07 | 181.58 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 204 | 0.11 | 0.74 | 0 | 0.2 | 290.8 | 0.6 | 0.51 |
| Hex | B5 | 36 | CC | B | 4A | 0 | 14 | 123 | 3C | 33 |
| Octal | 265 | 66 | 314 | 13 | 112 | 0 | 24 | 443 | 74 | 63 |
| Binary | 10110101 | 110110 | 11001100 | 1011 | 1001010 | 0 | 10100 | 100100011 | 111100 | 110011 |
Color Harmonies of #B536CC
Complementary color
Monochromatic Colors of #B536CC
Black with #B536CC
Text Example
Text Example
White with #B536CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B536CC; }
p { color: rgb(181,54,204); }
H1.HeaderClassName
{
color: #B536CC;
}
.AnyTagClassName
{
color: #B536CC;
}
</style>
background-color css
<style>
a { background-color: #B536CC; }
a { background-color: rgb(181,54,204); }
div.DivClassName
{
background-color: #B536CC;
}
.BgClassName
{
background-color: #B536CC;
}
</style>
border-color css
<style>
span { border-color: #B536CC; }
span { border-color: rgb(181,54,204); }
td.TdClassName
{
border-color: #B536CC;
}
.TagClassName
{
border-color: #B536CC;
}
</style>