Shades of Medium Orchid #B04ECE
Tints of Medium Orchid #B04ECE
RGB
CMYK
RGB Variations
Color information
#B04ECE (or 0xB04ECE) is known color: Medium Orchid. HEX triplet: B0, 4E and CE. RGB value is (176,78,206). Sum of RGB (Red+Green+Blue) = 176+78+206=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #B04ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04ECE is #4FB131. Grayscale: #797979. Windows color (decimal): -5222706 or 13520560. OLE color: 13520560.
HSL color Cylindrical-coordinate representation of color #B04ECE: hue angle of 285.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04ECE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 78 | 206 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.19 |
| HSL | 285.94º | 0.57% | 0.56% | - |
| HSV(B) | 285.94º | 0.62% | 0.81% | - |
| XYZ | 31.77 | 19.14 | 60.41 | - |
| YUV | 121.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 206 | 0.15 | 0.62 | 0 | 0.19 | 285.94 | 0.57 | 0.56 |
| Hex | B0 | 4E | CE | F | 3E | 0 | 13 | 11E | 39 | 38 |
| Octal | 260 | 116 | 316 | 17 | 76 | 0 | 23 | 436 | 71 | 70 |
| Binary | 10110000 | 1001110 | 11001110 | 1111 | 111110 | 0 | 10011 | 100011110 | 111001 | 111000 |
Color Harmonies of #B04ECE
Complementary color
Monochromatic Colors of #B04ECE
Black with #B04ECE
Text Example
Text Example
White with #B04ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ECE; }
p { color: rgb(176,78,206); }
H1.HeaderClassName
{
color: #B04ECE;
}
.AnyTagClassName
{
color: #B04ECE;
}
</style>
background-color css
<style>
a { background-color: #B04ECE; }
a { background-color: rgb(176,78,206); }
div.DivClassName
{
background-color: #B04ECE;
}
.BgClassName
{
background-color: #B04ECE;
}
</style>
border-color css
<style>
span { border-color: #B04ECE; }
span { border-color: rgb(176,78,206); }
td.TdClassName
{
border-color: #B04ECE;
}
.TagClassName
{
border-color: #B04ECE;
}
</style>