Shades of Dark Orchid #B035CA
Tints of Dark Orchid #B035CA
RGB
CMYK
RGB Variations
Color information
#B035CA (or 0xB035CA) is known color: Dark Orchid. HEX triplet: B0, 35 and CA. RGB value is (176,53,202). Sum of RGB (Red+Green+Blue) = 176+53+202=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #B035CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035CA is #4FCA35. Grayscale: #6A6A6A. Windows color (decimal): -5229110 or 13252016. OLE color: 13252016.
HSL color Cylindrical-coordinate representation of color #B035CA: hue angle of 289.53º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B035CA is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 53 | 202 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.21 |
| HSL | 289.53º | 0.58% | 0.5% | - |
| HSV(B) | 289.53º | 0.74% | 0.79% | - |
| XYZ | 29.84 | 16.04 | 57.4 | - |
| YUV | 106.76 | 181.75 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 202 | 0.13 | 0.74 | 0 | 0.21 | 289.53 | 0.58 | 0.5 |
| Hex | B0 | 35 | CA | D | 4A | 0 | 15 | 122 | 3A | 32 |
| Octal | 260 | 65 | 312 | 15 | 112 | 0 | 25 | 442 | 72 | 62 |
| Binary | 10110000 | 110101 | 11001010 | 1101 | 1001010 | 0 | 10101 | 100100010 | 111010 | 110010 |
Color Harmonies of #B035CA
Complementary color
Monochromatic Colors of #B035CA
Black with #B035CA
Text Example
Text Example
White with #B035CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B035CA; }
p { color: rgb(176,53,202); }
H1.HeaderClassName
{
color: #B035CA;
}
.AnyTagClassName
{
color: #B035CA;
}
</style>
background-color css
<style>
a { background-color: #B035CA; }
a { background-color: rgb(176,53,202); }
div.DivClassName
{
background-color: #B035CA;
}
.BgClassName
{
background-color: #B035CA;
}
</style>
border-color css
<style>
span { border-color: #B035CA; }
span { border-color: rgb(176,53,202); }
td.TdClassName
{
border-color: #B035CA;
}
.TagClassName
{
border-color: #B035CA;
}
</style>