Shades of Medium Orchid #B04EC3
Tints of Medium Orchid #B04EC3
RGB
CMYK
RGB Variations
Color information
#B04EC3 (or 0xB04EC3) is known color: Medium Orchid. HEX triplet: B0, 4E and C3. RGB value is (176,78,195). Sum of RGB (Red+Green+Blue) = 176+78+195=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #B04EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EC3 is #4FB13C. Grayscale: #787878. Windows color (decimal): -5222717 or 12799664. OLE color: 12799664.
HSL color Cylindrical-coordinate representation of color #B04EC3: hue angle of 290.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04EC3 is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 78 | 195 | - |
| CMYK | 0.10 | 0.6 | 0 | 0.24 |
| HSL | 290.26º | 0.49% | 0.54% | - |
| HSV(B) | 290.26º | 0.6% | 0.76% | - |
| XYZ | 30.48 | 18.62 | 53.62 | - |
| YUV | 120.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 195 | 0.10 | 0.6 | 0 | 0.24 | 290.26 | 0.49 | 0.54 |
| Hex | B0 | 4E | C3 | A | 3C | 0 | 18 | 122 | 31 | 36 |
| Octal | 260 | 116 | 303 | 12 | 74 | 0 | 30 | 442 | 61 | 66 |
| Binary | 10110000 | 1001110 | 11000011 | 1010 | 111100 | 0 | 11000 | 100100010 | 110001 | 110110 |
Color Harmonies of #B04EC3
Complementary color
Monochromatic Colors of #B04EC3
Black with #B04EC3
Text Example
Text Example
White with #B04EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04EC3; }
p { color: rgb(176,78,195); }
H1.HeaderClassName
{
color: #B04EC3;
}
.AnyTagClassName
{
color: #B04EC3;
}
</style>
background-color css
<style>
a { background-color: #B04EC3; }
a { background-color: rgb(176,78,195); }
div.DivClassName
{
background-color: #B04EC3;
}
.BgClassName
{
background-color: #B04EC3;
}
</style>
border-color css
<style>
span { border-color: #B04EC3; }
span { border-color: rgb(176,78,195); }
td.TdClassName
{
border-color: #B04EC3;
}
.TagClassName
{
border-color: #B04EC3;
}
</style>