Shades of Dark Orchid #B03BD8
Tints of Dark Orchid #B03BD8
RGB
CMYK
RGB Variations
Color information
#B03BD8 (or 0xB03BD8) is known color: Dark Orchid. HEX triplet: B0, 3B and D8. RGB value is (176,59,216). Sum of RGB (Red+Green+Blue) = 176+59+216=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #B03BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BD8 is #4FC427. Grayscale: #6F6F6F. Windows color (decimal): -5227560 or 14171056. OLE color: 14171056.
HSL color Cylindrical-coordinate representation of color #B03BD8: hue angle of 284.71º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03BD8 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 59 | 216 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.15 |
| HSL | 284.71º | 0.67% | 0.54% | - |
| HSV(B) | 284.71º | 0.73% | 0.85% | - |
| XYZ | 31.86 | 17.32 | 66.63 | - |
| YUV | 111.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 216 | 0.19 | 0.73 | 0 | 0.15 | 284.71 | 0.67 | 0.54 |
| Hex | B0 | 3B | D8 | 13 | 49 | 0 | F | 11D | 43 | 36 |
| Octal | 260 | 73 | 330 | 23 | 111 | 0 | 17 | 435 | 103 | 66 |
| Binary | 10110000 | 111011 | 11011000 | 10011 | 1001001 | 0 | 1111 | 100011101 | 1000011 | 110110 |
Color Harmonies of #B03BD8
Complementary color
Monochromatic Colors of #B03BD8
Black with #B03BD8
Text Example
Text Example
White with #B03BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BD8; }
p { color: rgb(176,59,216); }
H1.HeaderClassName
{
color: #B03BD8;
}
.AnyTagClassName
{
color: #B03BD8;
}
</style>
background-color css
<style>
a { background-color: #B03BD8; }
a { background-color: rgb(176,59,216); }
div.DivClassName
{
background-color: #B03BD8;
}
.BgClassName
{
background-color: #B03BD8;
}
</style>
border-color css
<style>
span { border-color: #B03BD8; }
span { border-color: rgb(176,59,216); }
td.TdClassName
{
border-color: #B03BD8;
}
.TagClassName
{
border-color: #B03BD8;
}
</style>