Shades of Dark Orchid #B03ADE
Tints of Dark Orchid #B03ADE
RGB
CMYK
RGB Variations
Color information
#B03ADE (or 0xB03ADE) is known color: Dark Orchid. HEX triplet: B0, 3A and DE. RGB value is (176,58,222). Sum of RGB (Red+Green+Blue) = 176+58+222=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #B03ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ADE is #4FC521. Grayscale: #6F6F6F. Windows color (decimal): -5227810 or 14564016. OLE color: 14564016.
HSL color Cylindrical-coordinate representation of color #B03ADE: hue angle of 283.17º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03ADE is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 58 | 222 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.13 |
| HSL | 283.17º | 0.71% | 0.55% | - |
| HSV(B) | 283.17º | 0.74% | 0.87% | - |
| XYZ | 32.6 | 17.53 | 70.77 | - |
| YUV | 111.98 | 190.09 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 222 | 0.21 | 0.74 | 0 | 0.13 | 283.17 | 0.71 | 0.55 |
| Hex | B0 | 3A | DE | 15 | 4A | 0 | D | 11B | 47 | 37 |
| Octal | 260 | 72 | 336 | 25 | 112 | 0 | 15 | 433 | 107 | 67 |
| Binary | 10110000 | 111010 | 11011110 | 10101 | 1001010 | 0 | 1101 | 100011011 | 1000111 | 110111 |
Color Harmonies of #B03ADE
Complementary color
Monochromatic Colors of #B03ADE
Black with #B03ADE
Text Example
Text Example
White with #B03ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03ADE; }
p { color: rgb(176,58,222); }
H1.HeaderClassName
{
color: #B03ADE;
}
.AnyTagClassName
{
color: #B03ADE;
}
</style>
background-color css
<style>
a { background-color: #B03ADE; }
a { background-color: rgb(176,58,222); }
div.DivClassName
{
background-color: #B03ADE;
}
.BgClassName
{
background-color: #B03ADE;
}
</style>
border-color css
<style>
span { border-color: #B03ADE; }
span { border-color: rgb(176,58,222); }
td.TdClassName
{
border-color: #B03ADE;
}
.TagClassName
{
border-color: #B03ADE;
}
</style>