Shades of Medium Orchid #B04ED3
Tints of Medium Orchid #B04ED3
RGB
CMYK
RGB Variations
Color information
#B04ED3 (or 0xB04ED3) is known color: Medium Orchid. HEX triplet: B0, 4E and D3. RGB value is (176,78,211). Sum of RGB (Red+Green+Blue) = 176+78+211=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #B04ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04ED3 is #4FB12C. Grayscale: #7A7A7A. Windows color (decimal): -5222701 or 13848240. OLE color: 13848240.
HSL color Cylindrical-coordinate representation of color #B04ED3: hue angle of 284.21º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04ED3 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 78 | 211 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.17 |
| HSL | 284.21º | 0.6% | 0.57% | - |
| HSV(B) | 284.21º | 0.63% | 0.83% | - |
| XYZ | 32.39 | 19.38 | 63.66 | - |
| YUV | 122.46 | 177.97 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 211 | 0.17 | 0.63 | 0 | 0.17 | 284.21 | 0.6 | 0.57 |
| Hex | B0 | 4E | D3 | 11 | 3F | 0 | 11 | 11C | 3C | 39 |
| Octal | 260 | 116 | 323 | 21 | 77 | 0 | 21 | 434 | 74 | 71 |
| Binary | 10110000 | 1001110 | 11010011 | 10001 | 111111 | 0 | 10001 | 100011100 | 111100 | 111001 |
Color Harmonies of #B04ED3
Complementary color
Monochromatic Colors of #B04ED3
Black with #B04ED3
Text Example
Text Example
White with #B04ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ED3; }
p { color: rgb(176,78,211); }
H1.HeaderClassName
{
color: #B04ED3;
}
.AnyTagClassName
{
color: #B04ED3;
}
</style>
background-color css
<style>
a { background-color: #B04ED3; }
a { background-color: rgb(176,78,211); }
div.DivClassName
{
background-color: #B04ED3;
}
.BgClassName
{
background-color: #B04ED3;
}
</style>
border-color css
<style>
span { border-color: #B04ED3; }
span { border-color: rgb(176,78,211); }
td.TdClassName
{
border-color: #B04ED3;
}
.TagClassName
{
border-color: #B04ED3;
}
</style>