Shades of Medium Orchid #B05ECE
Tints of Medium Orchid #B05ECE
RGB
CMYK
RGB Variations
Color information
#B05ECE (or 0xB05ECE) is known color: Medium Orchid. HEX triplet: B0, 5E and CE. RGB value is (176,94,206). Sum of RGB (Red+Green+Blue) = 176+94+206=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #B05ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ECE is #4FA131. Grayscale: #828282. Windows color (decimal): -5218610 or 13524656. OLE color: 13524656.
HSL color Cylindrical-coordinate representation of color #B05ECE: hue angle of 283.93º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05ECE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 94 | 206 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.19 |
| HSL | 283.93º | 0.53% | 0.59% | - |
| HSV(B) | 283.93º | 0.54% | 0.81% | - |
| XYZ | 33.05 | 21.69 | 60.84 | - |
| YUV | 131.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 206 | 0.15 | 0.54 | 0 | 0.19 | 283.93 | 0.53 | 0.59 |
| Hex | B0 | 5E | CE | F | 36 | 0 | 13 | 11C | 35 | 3B |
| Octal | 260 | 136 | 316 | 17 | 66 | 0 | 23 | 434 | 65 | 73 |
| Binary | 10110000 | 1011110 | 11001110 | 1111 | 110110 | 0 | 10011 | 100011100 | 110101 | 111011 |
Color Harmonies of #B05ECE
Complementary color
Monochromatic Colors of #B05ECE
Black with #B05ECE
Text Example
Text Example
White with #B05ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05ECE; }
p { color: rgb(176,94,206); }
H1.HeaderClassName
{
color: #B05ECE;
}
.AnyTagClassName
{
color: #B05ECE;
}
</style>
background-color css
<style>
a { background-color: #B05ECE; }
a { background-color: rgb(176,94,206); }
div.DivClassName
{
background-color: #B05ECE;
}
.BgClassName
{
background-color: #B05ECE;
}
</style>
border-color css
<style>
span { border-color: #B05ECE; }
span { border-color: rgb(176,94,206); }
td.TdClassName
{
border-color: #B05ECE;
}
.TagClassName
{
border-color: #B05ECE;
}
</style>