Shades of Dark Orchid #B03BDD
Tints of Dark Orchid #B03BDD
RGB
CMYK
RGB Variations
Color information
#B03BDD (or 0xB03BDD) is known color: Dark Orchid. HEX triplet: B0, 3B and DD. RGB value is (176,59,221). Sum of RGB (Red+Green+Blue) = 176+59+221=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #B03BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BDD is #4FC422. Grayscale: #6F6F6F. Windows color (decimal): -5227555 or 14498736. OLE color: 14498736.
HSL color Cylindrical-coordinate representation of color #B03BDD: hue angle of 283.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03BDD is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 59 | 221 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.13 |
| HSL | 283.33º | 0.7% | 0.55% | - |
| HSV(B) | 283.33º | 0.73% | 0.87% | - |
| XYZ | 32.52 | 17.58 | 70.09 | - |
| YUV | 112.45 | 189.26 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 221 | 0.20 | 0.73 | 0 | 0.13 | 283.33 | 0.7 | 0.55 |
| Hex | B0 | 3B | DD | 14 | 49 | 0 | D | 11B | 46 | 37 |
| Octal | 260 | 73 | 335 | 24 | 111 | 0 | 15 | 433 | 106 | 67 |
| Binary | 10110000 | 111011 | 11011101 | 10100 | 1001001 | 0 | 1101 | 100011011 | 1000110 | 110111 |
Color Harmonies of #B03BDD
Complementary color
Monochromatic Colors of #B03BDD
Black with #B03BDD
Text Example
Text Example
White with #B03BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BDD; }
p { color: rgb(176,59,221); }
H1.HeaderClassName
{
color: #B03BDD;
}
.AnyTagClassName
{
color: #B03BDD;
}
</style>
background-color css
<style>
a { background-color: #B03BDD; }
a { background-color: rgb(176,59,221); }
div.DivClassName
{
background-color: #B03BDD;
}
.BgClassName
{
background-color: #B03BDD;
}
</style>
border-color css
<style>
span { border-color: #B03BDD; }
span { border-color: rgb(176,59,221); }
td.TdClassName
{
border-color: #B03BDD;
}
.TagClassName
{
border-color: #B03BDD;
}
</style>