Shades of Medium Orchid #B03ECB
Tints of Medium Orchid #B03ECB
RGB
CMYK
RGB Variations
Color information
#B03ECB (or 0xB03ECB) is known color: Medium Orchid. HEX triplet: B0, 3E and CB. RGB value is (176,62,203). Sum of RGB (Red+Green+Blue) = 176+62+203=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #B03ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ECB is #4FC134. Grayscale: #6F6F6F. Windows color (decimal): -5226805 or 13319856. OLE color: 13319856.
HSL color Cylindrical-coordinate representation of color #B03ECB: hue angle of 288.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03ECB is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 62 | 203 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.20 |
| HSL | 288.51º | 0.58% | 0.52% | - |
| HSV(B) | 288.51º | 0.69% | 0.8% | - |
| XYZ | 30.41 | 16.99 | 58.18 | - |
| YUV | 112.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 203 | 0.13 | 0.69 | 0 | 0.20 | 288.51 | 0.58 | 0.52 |
| Hex | B0 | 3E | CB | D | 45 | 0 | 14 | 121 | 3A | 34 |
| Octal | 260 | 76 | 313 | 15 | 105 | 0 | 24 | 441 | 72 | 64 |
| Binary | 10110000 | 111110 | 11001011 | 1101 | 1000101 | 0 | 10100 | 100100001 | 111010 | 110100 |
Color Harmonies of #B03ECB
Complementary color
Monochromatic Colors of #B03ECB
Black with #B03ECB
Text Example
Text Example
White with #B03ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03ECB; }
p { color: rgb(176,62,203); }
H1.HeaderClassName
{
color: #B03ECB;
}
.AnyTagClassName
{
color: #B03ECB;
}
</style>
background-color css
<style>
a { background-color: #B03ECB; }
a { background-color: rgb(176,62,203); }
div.DivClassName
{
background-color: #B03ECB;
}
.BgClassName
{
background-color: #B03ECB;
}
</style>
border-color css
<style>
span { border-color: #B03ECB; }
span { border-color: rgb(176,62,203); }
td.TdClassName
{
border-color: #B03ECB;
}
.TagClassName
{
border-color: #B03ECB;
}
</style>