Shades of Dark Orchid #B035BD
Tints of Dark Orchid #B035BD
RGB
CMYK
RGB Variations
Color information
#B035BD (or 0xB035BD) is known color: Dark Orchid. HEX triplet: B0, 35 and BD. RGB value is (176,53,189). Sum of RGB (Red+Green+Blue) = 176+53+189=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #B035BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035BD is #4FCA42. Grayscale: #686868. Windows color (decimal): -5229123 or 12400048. OLE color: 12400048.
HSL color Cylindrical-coordinate representation of color #B035BD: hue angle of 294.26º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B035BD is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 53 | 189 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.26 |
| HSL | 294.26º | 0.56% | 0.47% | - |
| HSV(B) | 294.26º | 0.72% | 0.74% | - |
| XYZ | 28.36 | 15.45 | 49.63 | - |
| YUV | 105.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 189 | 0.07 | 0.72 | 0 | 0.26 | 294.26 | 0.56 | 0.47 |
| Hex | B0 | 35 | BD | 7 | 48 | 0 | 1A | 126 | 38 | 2F |
| Octal | 260 | 65 | 275 | 7 | 110 | 0 | 32 | 446 | 70 | 57 |
| Binary | 10110000 | 110101 | 10111101 | 111 | 1001000 | 0 | 11010 | 100100110 | 111000 | 101111 |
Color Harmonies of #B035BD
Complementary color
Monochromatic Colors of #B035BD
Black with #B035BD
Text Example
Text Example
White with #B035BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B035BD; }
p { color: rgb(176,53,189); }
H1.HeaderClassName
{
color: #B035BD;
}
.AnyTagClassName
{
color: #B035BD;
}
</style>
background-color css
<style>
a { background-color: #B035BD; }
a { background-color: rgb(176,53,189); }
div.DivClassName
{
background-color: #B035BD;
}
.BgClassName
{
background-color: #B035BD;
}
</style>
border-color css
<style>
span { border-color: #B035BD; }
span { border-color: rgb(176,53,189); }
td.TdClassName
{
border-color: #B035BD;
}
.TagClassName
{
border-color: #B035BD;
}
</style>