Shades of Dark Orchid #B336CE
Tints of Dark Orchid #B336CE
RGB
CMYK
RGB Variations
Color information
#B336CE (or 0xB336CE) is known color: Dark Orchid. HEX triplet: B3, 36 and CE. RGB value is (179,54,206). Sum of RGB (Red+Green+Blue) = 179+54+206=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B336CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336CE is #4CC931. Grayscale: #6C6C6C. Windows color (decimal): -5032242 or 13514419. OLE color: 13514419.
HSL color Cylindrical-coordinate representation of color #B336CE: hue angle of 289.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B336CE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 54 | 206 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.19 |
| HSL | 289.34º | 0.61% | 0.51% | - |
| HSV(B) | 289.34º | 0.74% | 0.81% | - |
| XYZ | 31.05 | 16.68 | 59.98 | - |
| YUV | 108.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 206 | 0.13 | 0.74 | 0 | 0.19 | 289.34 | 0.61 | 0.51 |
| Hex | B3 | 36 | CE | D | 4A | 0 | 13 | 121 | 3D | 33 |
| Octal | 263 | 66 | 316 | 15 | 112 | 0 | 23 | 441 | 75 | 63 |
| Binary | 10110011 | 110110 | 11001110 | 1101 | 1001010 | 0 | 10011 | 100100001 | 111101 | 110011 |
Color Harmonies of #B336CE
Complementary color
Monochromatic Colors of #B336CE
Black with #B336CE
Text Example
Text Example
White with #B336CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B336CE; }
p { color: rgb(179,54,206); }
H1.HeaderClassName
{
color: #B336CE;
}
.AnyTagClassName
{
color: #B336CE;
}
</style>
background-color css
<style>
a { background-color: #B336CE; }
a { background-color: rgb(179,54,206); }
div.DivClassName
{
background-color: #B336CE;
}
.BgClassName
{
background-color: #B336CE;
}
</style>
border-color css
<style>
span { border-color: #B336CE; }
span { border-color: rgb(179,54,206); }
td.TdClassName
{
border-color: #B336CE;
}
.TagClassName
{
border-color: #B336CE;
}
</style>