Shades of Medium Orchid #B03ECD
Tints of Medium Orchid #B03ECD
RGB
CMYK
RGB Variations
Color information
#B03ECD (or 0xB03ECD) is known color: Medium Orchid. HEX triplet: B0, 3E and CD. RGB value is (176,62,205). Sum of RGB (Red+Green+Blue) = 176+62+205=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #B03ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ECD is #4FC132. Grayscale: #6F6F6F. Windows color (decimal): -5226803 or 13450928. OLE color: 13450928.
HSL color Cylindrical-coordinate representation of color #B03ECD: hue angle of 287.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03ECD is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 62 | 205 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.20 |
| HSL | 287.83º | 0.59% | 0.52% | - |
| HSV(B) | 287.83º | 0.7% | 0.8% | - |
| XYZ | 30.65 | 17.08 | 59.44 | - |
| YUV | 112.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 205 | 0.14 | 0.70 | 0 | 0.20 | 287.83 | 0.59 | 0.52 |
| Hex | B0 | 3E | CD | E | 46 | 0 | 14 | 120 | 3B | 34 |
| Octal | 260 | 76 | 315 | 16 | 106 | 0 | 24 | 440 | 73 | 64 |
| Binary | 10110000 | 111110 | 11001101 | 1110 | 1000110 | 0 | 10100 | 100100000 | 111011 | 110100 |
Color Harmonies of #B03ECD
Complementary color
Monochromatic Colors of #B03ECD
Black with #B03ECD
Text Example
Text Example
White with #B03ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03ECD; }
p { color: rgb(176,62,205); }
H1.HeaderClassName
{
color: #B03ECD;
}
.AnyTagClassName
{
color: #B03ECD;
}
</style>
background-color css
<style>
a { background-color: #B03ECD; }
a { background-color: rgb(176,62,205); }
div.DivClassName
{
background-color: #B03ECD;
}
.BgClassName
{
background-color: #B03ECD;
}
</style>
border-color css
<style>
span { border-color: #B03ECD; }
span { border-color: rgb(176,62,205); }
td.TdClassName
{
border-color: #B03ECD;
}
.TagClassName
{
border-color: #B03ECD;
}
</style>