Shades of Dark Orchid #B036F0
Tints of Dark Orchid #B036F0
RGB
CMYK
RGB Variations
Color information
#B036F0 (or 0xB036F0) is known color: Dark Orchid. HEX triplet: B0, 36 and F0. RGB value is (176,54,240). Sum of RGB (Red+Green+Blue) = 176+54+240=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #B036F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B036F0 is #4FC90F. Grayscale: #6F6F6F. Windows color (decimal): -5228816 or 15742640. OLE color: 15742640.
HSL color Cylindrical-coordinate representation of color #B036F0: hue angle of 279.35º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B036F0 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 54 | 240 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.06 |
| HSL | 279.35º | 0.86% | 0.58% | - |
| HSV(B) | 279.35º | 0.78% | 0.94% | - |
| XYZ | 34.95 | 18.16 | 84.1 | - |
| YUV | 111.68 | 200.42 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 240 | 0.27 | 0.78 | 0 | 0.06 | 279.35 | 0.86 | 0.58 |
| Hex | B0 | 36 | F0 | 1B | 4E | 0 | 6 | 117 | 56 | 3A |
| Octal | 260 | 66 | 360 | 33 | 116 | 0 | 6 | 427 | 126 | 72 |
| Binary | 10110000 | 110110 | 11110000 | 11011 | 1001110 | 0 | 110 | 100010111 | 1010110 | 111010 |
Color Harmonies of #B036F0
Complementary color
Monochromatic Colors of #B036F0
Black with #B036F0
Text Example
Text Example
White with #B036F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B036F0; }
p { color: rgb(176,54,240); }
H1.HeaderClassName
{
color: #B036F0;
}
.AnyTagClassName
{
color: #B036F0;
}
</style>
background-color css
<style>
a { background-color: #B036F0; }
a { background-color: rgb(176,54,240); }
div.DivClassName
{
background-color: #B036F0;
}
.BgClassName
{
background-color: #B036F0;
}
</style>
border-color css
<style>
span { border-color: #B036F0; }
span { border-color: rgb(176,54,240); }
td.TdClassName
{
border-color: #B036F0;
}
.TagClassName
{
border-color: #B036F0;
}
</style>