Shades of Medium Orchid #B04DED
Tints of Medium Orchid #B04DED
RGB
CMYK
RGB Variations
Color information
#B04DED (or 0xB04DED) is known color: Medium Orchid. HEX triplet: B0, 4D and ED. RGB value is (176,77,237). Sum of RGB (Red+Green+Blue) = 176+77+237=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #B04DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04DED is #4FB212. Grayscale: #7C7C7C. Windows color (decimal): -5222931 or 15551920. OLE color: 15551920.
HSL color Cylindrical-coordinate representation of color #B04DED: hue angle of 277.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04DED is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 77 | 237 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.07 |
| HSL | 277.13º | 0.82% | 0.62% | - |
| HSV(B) | 277.13º | 0.68% | 0.93% | - |
| XYZ | 35.84 | 20.65 | 82.22 | - |
| YUV | 124.84 | 191.3 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 237 | 0.26 | 0.68 | 0 | 0.07 | 277.13 | 0.82 | 0.62 |
| Hex | B0 | 4D | ED | 1A | 44 | 0 | 7 | 115 | 52 | 3E |
| Octal | 260 | 115 | 355 | 32 | 104 | 0 | 7 | 425 | 122 | 76 |
| Binary | 10110000 | 1001101 | 11101101 | 11010 | 1000100 | 0 | 111 | 100010101 | 1010010 | 111110 |
Color Harmonies of #B04DED
Complementary color
Monochromatic Colors of #B04DED
Black with #B04DED
Text Example
Text Example
White with #B04DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DED; }
p { color: rgb(176,77,237); }
H1.HeaderClassName
{
color: #B04DED;
}
.AnyTagClassName
{
color: #B04DED;
}
</style>
background-color css
<style>
a { background-color: #B04DED; }
a { background-color: rgb(176,77,237); }
div.DivClassName
{
background-color: #B04DED;
}
.BgClassName
{
background-color: #B04DED;
}
</style>
border-color css
<style>
span { border-color: #B04DED; }
span { border-color: rgb(176,77,237); }
td.TdClassName
{
border-color: #B04DED;
}
.TagClassName
{
border-color: #B04DED;
}
</style>