Shades of Medium Orchid #B03FEC
Tints of Medium Orchid #B03FEC
RGB
CMYK
RGB Variations
Color information
#B03FEC (or 0xB03FEC) is known color: Medium Orchid. HEX triplet: B0, 3F and EC. RGB value is (176,63,236). Sum of RGB (Red+Green+Blue) = 176+63+236=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #B03FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FEC is #4FC013. Grayscale: #737373. Windows color (decimal): -5226516 or 15482800. OLE color: 15482800.
HSL color Cylindrical-coordinate representation of color #B03FEC: hue angle of 279.19º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03FEC is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 63 | 236 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.07 |
| HSL | 279.19º | 0.82% | 0.59% | - |
| HSV(B) | 279.19º | 0.73% | 0.93% | - |
| XYZ | 34.82 | 18.84 | 81.16 | - |
| YUV | 116.51 | 195.44 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 236 | 0.25 | 0.73 | 0 | 0.07 | 279.19 | 0.82 | 0.59 |
| Hex | B0 | 3F | EC | 19 | 49 | 0 | 7 | 117 | 52 | 3B |
| Octal | 260 | 77 | 354 | 31 | 111 | 0 | 7 | 427 | 122 | 73 |
| Binary | 10110000 | 111111 | 11101100 | 11001 | 1001001 | 0 | 111 | 100010111 | 1010010 | 111011 |
Color Harmonies of #B03FEC
Complementary color
Monochromatic Colors of #B03FEC
Black with #B03FEC
Text Example
Text Example
White with #B03FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FEC; }
p { color: rgb(176,63,236); }
H1.HeaderClassName
{
color: #B03FEC;
}
.AnyTagClassName
{
color: #B03FEC;
}
</style>
background-color css
<style>
a { background-color: #B03FEC; }
a { background-color: rgb(176,63,236); }
div.DivClassName
{
background-color: #B03FEC;
}
.BgClassName
{
background-color: #B03FEC;
}
</style>
border-color css
<style>
span { border-color: #B03FEC; }
span { border-color: rgb(176,63,236); }
td.TdClassName
{
border-color: #B03FEC;
}
.TagClassName
{
border-color: #B03FEC;
}
</style>