Shades of Medium Orchid #B03EEA
Tints of Medium Orchid #B03EEA
RGB
CMYK
RGB Variations
Color information
#B03EEA (or 0xB03EEA) is known color: Medium Orchid. HEX triplet: B0, 3E and EA. RGB value is (176,62,234). Sum of RGB (Red+Green+Blue) = 176+62+234=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #B03EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03EEA is #4FC115. Grayscale: #737373. Windows color (decimal): -5226774 or 15351472. OLE color: 15351472.
HSL color Cylindrical-coordinate representation of color #B03EEA: hue angle of 279.77º degrees, saturation: 0.8, 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 #B03EEA is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 62 | 234 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.08 |
| HSL | 279.77º | 0.8% | 0.58% | - |
| HSV(B) | 279.77º | 0.74% | 0.92% | - |
| XYZ | 34.48 | 18.62 | 79.62 | - |
| YUV | 115.69 | 194.77 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 234 | 0.25 | 0.74 | 0 | 0.08 | 279.77 | 0.8 | 0.58 |
| Hex | B0 | 3E | EA | 19 | 4A | 0 | 8 | 118 | 50 | 3A |
| Octal | 260 | 76 | 352 | 31 | 112 | 0 | 10 | 430 | 120 | 72 |
| Binary | 10110000 | 111110 | 11101010 | 11001 | 1001010 | 0 | 1000 | 100011000 | 1010000 | 111010 |
Color Harmonies of #B03EEA
Complementary color
Monochromatic Colors of #B03EEA
Black with #B03EEA
Text Example
Text Example
White with #B03EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03EEA; }
p { color: rgb(176,62,234); }
H1.HeaderClassName
{
color: #B03EEA;
}
.AnyTagClassName
{
color: #B03EEA;
}
</style>
background-color css
<style>
a { background-color: #B03EEA; }
a { background-color: rgb(176,62,234); }
div.DivClassName
{
background-color: #B03EEA;
}
.BgClassName
{
background-color: #B03EEA;
}
</style>
border-color css
<style>
span { border-color: #B03EEA; }
span { border-color: rgb(176,62,234); }
td.TdClassName
{
border-color: #B03EEA;
}
.TagClassName
{
border-color: #B03EEA;
}
</style>