Shades of Medium Orchid #B03EEB
Tints of Medium Orchid #B03EEB
RGB
CMYK
RGB Variations
Color information
#B03EEB (or 0xB03EEB) is known color: Medium Orchid. HEX triplet: B0, 3E and EB. RGB value is (176,62,235). Sum of RGB (Red+Green+Blue) = 176+62+235=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #B03EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03EEB is #4FC114. Grayscale: #737373. Windows color (decimal): -5226773 or 15417008. OLE color: 15417008.
HSL color Cylindrical-coordinate representation of color #B03EEB: hue angle of 279.54º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03EEB is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 62 | 235 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.08 |
| HSL | 279.54º | 0.81% | 0.58% | - |
| HSV(B) | 279.54º | 0.74% | 0.92% | - |
| XYZ | 34.62 | 18.67 | 80.38 | - |
| YUV | 115.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 235 | 0.25 | 0.74 | 0 | 0.08 | 279.54 | 0.81 | 0.58 |
| Hex | B0 | 3E | EB | 19 | 4A | 0 | 8 | 118 | 51 | 3A |
| Octal | 260 | 76 | 353 | 31 | 112 | 0 | 10 | 430 | 121 | 72 |
| Binary | 10110000 | 111110 | 11101011 | 11001 | 1001010 | 0 | 1000 | 100011000 | 1010001 | 111010 |
Color Harmonies of #B03EEB
Complementary color
Monochromatic Colors of #B03EEB
Black with #B03EEB
Text Example
Text Example
White with #B03EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03EEB; }
p { color: rgb(176,62,235); }
H1.HeaderClassName
{
color: #B03EEB;
}
.AnyTagClassName
{
color: #B03EEB;
}
</style>
background-color css
<style>
a { background-color: #B03EEB; }
a { background-color: rgb(176,62,235); }
div.DivClassName
{
background-color: #B03EEB;
}
.BgClassName
{
background-color: #B03EEB;
}
</style>
border-color css
<style>
span { border-color: #B03EEB; }
span { border-color: rgb(176,62,235); }
td.TdClassName
{
border-color: #B03EEB;
}
.TagClassName
{
border-color: #B03EEB;
}
</style>