Shades of Dark Orchid #B036DF
Tints of Dark Orchid #B036DF
RGB
CMYK
RGB Variations
Color information
#B036DF (or 0xB036DF) is known color: Dark Orchid. HEX triplet: B0, 36 and DF. RGB value is (176,54,223). Sum of RGB (Red+Green+Blue) = 176+54+223=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #B036DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B036DF is #4FC920. Grayscale: #6D6D6D. Windows color (decimal): -5228833 or 14628528. OLE color: 14628528.
HSL color Cylindrical-coordinate representation of color #B036DF: hue angle of 283.31º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B036DF is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 54 | 223 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.13 |
| HSL | 283.31º | 0.73% | 0.54% | - |
| HSV(B) | 283.31º | 0.76% | 0.87% | - |
| XYZ | 32.54 | 17.2 | 71.42 | - |
| YUV | 109.74 | 191.92 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 223 | 0.21 | 0.76 | 0 | 0.13 | 283.31 | 0.73 | 0.54 |
| Hex | B0 | 36 | DF | 15 | 4C | 0 | D | 11B | 49 | 36 |
| Octal | 260 | 66 | 337 | 25 | 114 | 0 | 15 | 433 | 111 | 66 |
| Binary | 10110000 | 110110 | 11011111 | 10101 | 1001100 | 0 | 1101 | 100011011 | 1001001 | 110110 |
Color Harmonies of #B036DF
Complementary color
Monochromatic Colors of #B036DF
Black with #B036DF
Text Example
Text Example
White with #B036DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B036DF; }
p { color: rgb(176,54,223); }
H1.HeaderClassName
{
color: #B036DF;
}
.AnyTagClassName
{
color: #B036DF;
}
</style>
background-color css
<style>
a { background-color: #B036DF; }
a { background-color: rgb(176,54,223); }
div.DivClassName
{
background-color: #B036DF;
}
.BgClassName
{
background-color: #B036DF;
}
</style>
border-color css
<style>
span { border-color: #B036DF; }
span { border-color: rgb(176,54,223); }
td.TdClassName
{
border-color: #B036DF;
}
.TagClassName
{
border-color: #B036DF;
}
</style>