Shades of Medium Orchid #B03ECE
Tints of Medium Orchid #B03ECE
RGB
CMYK
RGB Variations
Color information
#B03ECE (or 0xB03ECE) is known color: Medium Orchid. HEX triplet: B0, 3E and CE. RGB value is (176,62,206). Sum of RGB (Red+Green+Blue) = 176+62+206=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #B03ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ECE is #4FC131. Grayscale: #707070. Windows color (decimal): -5226802 or 13516464. OLE color: 13516464.
HSL color Cylindrical-coordinate representation of color #B03ECE: hue angle of 287.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03ECE is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 62 | 206 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.19 |
| HSL | 287.5º | 0.6% | 0.53% | - |
| HSV(B) | 287.5º | 0.7% | 0.81% | - |
| XYZ | 30.77 | 17.13 | 60.08 | - |
| YUV | 112.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 206 | 0.15 | 0.70 | 0 | 0.19 | 287.5 | 0.6 | 0.53 |
| Hex | B0 | 3E | CE | F | 46 | 0 | 13 | 120 | 3C | 35 |
| Octal | 260 | 76 | 316 | 17 | 106 | 0 | 23 | 440 | 74 | 65 |
| Binary | 10110000 | 111110 | 11001110 | 1111 | 1000110 | 0 | 10011 | 100100000 | 111100 | 110101 |
Color Harmonies of #B03ECE
Complementary color
Monochromatic Colors of #B03ECE
Black with #B03ECE
Text Example
Text Example
White with #B03ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03ECE; }
p { color: rgb(176,62,206); }
H1.HeaderClassName
{
color: #B03ECE;
}
.AnyTagClassName
{
color: #B03ECE;
}
</style>
background-color css
<style>
a { background-color: #B03ECE; }
a { background-color: rgb(176,62,206); }
div.DivClassName
{
background-color: #B03ECE;
}
.BgClassName
{
background-color: #B03ECE;
}
</style>
border-color css
<style>
span { border-color: #B03ECE; }
span { border-color: rgb(176,62,206); }
td.TdClassName
{
border-color: #B03ECE;
}
.TagClassName
{
border-color: #B03ECE;
}
</style>