Shades of Medium Orchid #B03CEC
Tints of Medium Orchid #B03CEC
RGB
CMYK
RGB Variations
Color information
#B03CEC (or 0xB03CEC) is known color: Medium Orchid. HEX triplet: B0, 3C and EC. RGB value is (176,60,236). Sum of RGB (Red+Green+Blue) = 176+60+236=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #B03CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CEC is #4FC313. Grayscale: #727272. Windows color (decimal): -5227284 or 15482032. OLE color: 15482032.
HSL color Cylindrical-coordinate representation of color #B03CEC: hue angle of 279.55º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B03CEC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 60 | 236 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.07 |
| HSL | 279.55º | 0.82% | 0.58% | - |
| HSV(B) | 279.55º | 0.75% | 0.93% | - |
| XYZ | 34.66 | 18.52 | 81.1 | - |
| YUV | 114.75 | 196.43 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 236 | 0.25 | 0.75 | 0 | 0.07 | 279.55 | 0.82 | 0.58 |
| Hex | B0 | 3C | EC | 19 | 4B | 0 | 7 | 118 | 52 | 3A |
| Octal | 260 | 74 | 354 | 31 | 113 | 0 | 7 | 430 | 122 | 72 |
| Binary | 10110000 | 111100 | 11101100 | 11001 | 1001011 | 0 | 111 | 100011000 | 1010010 | 111010 |
Color Harmonies of #B03CEC
Complementary color
Monochromatic Colors of #B03CEC
Black with #B03CEC
Text Example
Text Example
White with #B03CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CEC; }
p { color: rgb(176,60,236); }
H1.HeaderClassName
{
color: #B03CEC;
}
.AnyTagClassName
{
color: #B03CEC;
}
</style>
background-color css
<style>
a { background-color: #B03CEC; }
a { background-color: rgb(176,60,236); }
div.DivClassName
{
background-color: #B03CEC;
}
.BgClassName
{
background-color: #B03CEC;
}
</style>
border-color css
<style>
span { border-color: #B03CEC; }
span { border-color: rgb(176,60,236); }
td.TdClassName
{
border-color: #B03CEC;
}
.TagClassName
{
border-color: #B03CEC;
}
</style>