Shades of Medium Orchid #B03FEE
Tints of Medium Orchid #B03FEE
RGB
CMYK
RGB Variations
Color information
#B03FEE (or 0xB03FEE) is known color: Medium Orchid. HEX triplet: B0, 3F and EE. RGB value is (176,63,238). Sum of RGB (Red+Green+Blue) = 176+63+238=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #B03FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FEE is #4FC011. Grayscale: #747474. Windows color (decimal): -5226514 or 15613872. OLE color: 15613872.
HSL color Cylindrical-coordinate representation of color #B03FEE: hue angle of 278.74º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03FEE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 63 | 238 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.07 |
| HSL | 278.74º | 0.84% | 0.59% | - |
| HSV(B) | 278.74º | 0.74% | 0.93% | - |
| XYZ | 35.11 | 18.96 | 82.7 | - |
| YUV | 116.74 | 196.44 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 238 | 0.26 | 0.74 | 0 | 0.07 | 278.74 | 0.84 | 0.59 |
| Hex | B0 | 3F | EE | 1A | 4A | 0 | 7 | 117 | 54 | 3B |
| Octal | 260 | 77 | 356 | 32 | 112 | 0 | 7 | 427 | 124 | 73 |
| Binary | 10110000 | 111111 | 11101110 | 11010 | 1001010 | 0 | 111 | 100010111 | 1010100 | 111011 |
Color Harmonies of #B03FEE
Complementary color
Monochromatic Colors of #B03FEE
Black with #B03FEE
Text Example
Text Example
White with #B03FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FEE; }
p { color: rgb(176,63,238); }
H1.HeaderClassName
{
color: #B03FEE;
}
.AnyTagClassName
{
color: #B03FEE;
}
</style>
background-color css
<style>
a { background-color: #B03FEE; }
a { background-color: rgb(176,63,238); }
div.DivClassName
{
background-color: #B03FEE;
}
.BgClassName
{
background-color: #B03FEE;
}
</style>
border-color css
<style>
span { border-color: #B03FEE; }
span { border-color: rgb(176,63,238); }
td.TdClassName
{
border-color: #B03FEE;
}
.TagClassName
{
border-color: #B03FEE;
}
</style>