Shades of Dark Orchid #B035C8
Tints of Dark Orchid #B035C8
RGB
CMYK
RGB Variations
Color information
#B035C8 (or 0xB035C8) is known color: Dark Orchid. HEX triplet: B0, 35 and C8. RGB value is (176,53,200). Sum of RGB (Red+Green+Blue) = 176+53+200=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #B035C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035C8 is #4FCA37. Grayscale: #6A6A6A. Windows color (decimal): -5229112 or 13120944. OLE color: 13120944.
HSL color Cylindrical-coordinate representation of color #B035C8: hue angle of 290.2º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B035C8 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 53 | 200 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.22 |
| HSL | 290.2º | 0.58% | 0.5% | - |
| HSV(B) | 290.2º | 0.74% | 0.78% | - |
| XYZ | 29.6 | 15.95 | 56.16 | - |
| YUV | 106.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 200 | 0.12 | 0.74 | 0 | 0.22 | 290.2 | 0.58 | 0.5 |
| Hex | B0 | 35 | C8 | C | 4A | 0 | 16 | 122 | 3A | 32 |
| Octal | 260 | 65 | 310 | 14 | 112 | 0 | 26 | 442 | 72 | 62 |
| Binary | 10110000 | 110101 | 11001000 | 1100 | 1001010 | 0 | 10110 | 100100010 | 111010 | 110010 |
Color Harmonies of #B035C8
Complementary color
Monochromatic Colors of #B035C8
Black with #B035C8
Text Example
Text Example
White with #B035C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B035C8; }
p { color: rgb(176,53,200); }
H1.HeaderClassName
{
color: #B035C8;
}
.AnyTagClassName
{
color: #B035C8;
}
</style>
background-color css
<style>
a { background-color: #B035C8; }
a { background-color: rgb(176,53,200); }
div.DivClassName
{
background-color: #B035C8;
}
.BgClassName
{
background-color: #B035C8;
}
</style>
border-color css
<style>
span { border-color: #B035C8; }
span { border-color: rgb(176,53,200); }
td.TdClassName
{
border-color: #B035C8;
}
.TagClassName
{
border-color: #B035C8;
}
</style>