Shades of Medium Orchid #B05EEA
Tints of Medium Orchid #B05EEA
RGB
CMYK
RGB Variations
Color information
#B05EEA (or 0xB05EEA) is known color: Medium Orchid. HEX triplet: B0, 5E and EA. RGB value is (176,94,234). Sum of RGB (Red+Green+Blue) = 176+94+234=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #B05EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05EEA is #4FA115. Grayscale: #868686. Windows color (decimal): -5218582 or 15359664. OLE color: 15359664.
HSL color Cylindrical-coordinate representation of color #B05EEA: hue angle of 275.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B05EEA is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 94 | 234 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.08 |
| HSL | 275.14º | 0.77% | 0.64% | - |
| HSV(B) | 275.14º | 0.6% | 0.92% | - |
| XYZ | 36.76 | 23.18 | 80.38 | - |
| YUV | 134.48 | 184.17 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 234 | 0.25 | 0.60 | 0 | 0.08 | 275.14 | 0.77 | 0.64 |
| Hex | B0 | 5E | EA | 19 | 3C | 0 | 8 | 113 | 4D | 40 |
| Octal | 260 | 136 | 352 | 31 | 74 | 0 | 10 | 423 | 115 | 100 |
| Binary | 10110000 | 1011110 | 11101010 | 11001 | 111100 | 0 | 1000 | 100010011 | 1001101 | 1000000 |
Color Harmonies of #B05EEA
Complementary color
Monochromatic Colors of #B05EEA
Black with #B05EEA
Text Example
Text Example
White with #B05EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05EEA; }
p { color: rgb(176,94,234); }
H1.HeaderClassName
{
color: #B05EEA;
}
.AnyTagClassName
{
color: #B05EEA;
}
</style>
background-color css
<style>
a { background-color: #B05EEA; }
a { background-color: rgb(176,94,234); }
div.DivClassName
{
background-color: #B05EEA;
}
.BgClassName
{
background-color: #B05EEA;
}
</style>
border-color css
<style>
span { border-color: #B05EEA; }
span { border-color: rgb(176,94,234); }
td.TdClassName
{
border-color: #B05EEA;
}
.TagClassName
{
border-color: #B05EEA;
}
</style>