Shades of Dark Orchid #B036BD
Tints of Dark Orchid #B036BD
RGB
CMYK
RGB Variations
Color information
#B036BD (or 0xB036BD) is known color: Dark Orchid. HEX triplet: B0, 36 and BD. RGB value is (176,54,189). Sum of RGB (Red+Green+Blue) = 176+54+189=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #B036BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B036BD is #4FC942. Grayscale: #696969. Windows color (decimal): -5228867 or 12400304. OLE color: 12400304.
HSL color Cylindrical-coordinate representation of color #B036BD: hue angle of 294.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B036BD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 54 | 189 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.26 |
| HSL | 294.22º | 0.56% | 0.48% | - |
| HSV(B) | 294.22º | 0.71% | 0.74% | - |
| XYZ | 28.41 | 15.54 | 49.65 | - |
| YUV | 105.87 | 174.92 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 189 | 0.07 | 0.71 | 0 | 0.26 | 294.22 | 0.56 | 0.48 |
| Hex | B0 | 36 | BD | 7 | 47 | 0 | 1A | 126 | 38 | 30 |
| Octal | 260 | 66 | 275 | 7 | 107 | 0 | 32 | 446 | 70 | 60 |
| Binary | 10110000 | 110110 | 10111101 | 111 | 1000111 | 0 | 11010 | 100100110 | 111000 | 110000 |
Color Harmonies of #B036BD
Complementary color
Monochromatic Colors of #B036BD
Black with #B036BD
Text Example
Text Example
White with #B036BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B036BD; }
p { color: rgb(176,54,189); }
H1.HeaderClassName
{
color: #B036BD;
}
.AnyTagClassName
{
color: #B036BD;
}
</style>
background-color css
<style>
a { background-color: #B036BD; }
a { background-color: rgb(176,54,189); }
div.DivClassName
{
background-color: #B036BD;
}
.BgClassName
{
background-color: #B036BD;
}
</style>
border-color css
<style>
span { border-color: #B036BD; }
span { border-color: rgb(176,54,189); }
td.TdClassName
{
border-color: #B036BD;
}
.TagClassName
{
border-color: #B036BD;
}
</style>