Shades of Dark Orchid #B035CE
Tints of Dark Orchid #B035CE
RGB
CMYK
RGB Variations
Color information
#B035CE (or 0xB035CE) is known color: Dark Orchid. HEX triplet: B0, 35 and CE. RGB value is (176,53,206). Sum of RGB (Red+Green+Blue) = 176+53+206=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #B035CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035CE is #4FCA31. Grayscale: #6A6A6A. Windows color (decimal): -5229106 or 13514160. OLE color: 13514160.
HSL color Cylindrical-coordinate representation of color #B035CE: hue angle of 288.24º 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 #B035CE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 53 | 206 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.19 |
| HSL | 288.24º | 0.61% | 0.51% | - |
| HSV(B) | 288.24º | 0.74% | 0.81% | - |
| XYZ | 30.32 | 16.23 | 59.93 | - |
| YUV | 107.22 | 183.75 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 206 | 0.15 | 0.74 | 0 | 0.19 | 288.24 | 0.61 | 0.51 |
| Hex | B0 | 35 | CE | F | 4A | 0 | 13 | 120 | 3D | 33 |
| Octal | 260 | 65 | 316 | 17 | 112 | 0 | 23 | 440 | 75 | 63 |
| Binary | 10110000 | 110101 | 11001110 | 1111 | 1001010 | 0 | 10011 | 100100000 | 111101 | 110011 |
Color Harmonies of #B035CE
Complementary color
Monochromatic Colors of #B035CE
Black with #B035CE
Text Example
Text Example
White with #B035CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B035CE; }
p { color: rgb(176,53,206); }
H1.HeaderClassName
{
color: #B035CE;
}
.AnyTagClassName
{
color: #B035CE;
}
</style>
background-color css
<style>
a { background-color: #B035CE; }
a { background-color: rgb(176,53,206); }
div.DivClassName
{
background-color: #B035CE;
}
.BgClassName
{
background-color: #B035CE;
}
</style>
border-color css
<style>
span { border-color: #B035CE; }
span { border-color: rgb(176,53,206); }
td.TdClassName
{
border-color: #B035CE;
}
.TagClassName
{
border-color: #B035CE;
}
</style>