Shades of Medium Orchid #B04EED
Tints of Medium Orchid #B04EED
RGB
CMYK
RGB Variations
Color information
#B04EED (or 0xB04EED) is known color: Medium Orchid. HEX triplet: B0, 4E and ED. RGB value is (176,78,237). Sum of RGB (Red+Green+Blue) = 176+78+237=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #B04EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04EED is #4FB112. Grayscale: #7C7C7C. Windows color (decimal): -5222675 or 15552176. OLE color: 15552176.
HSL color Cylindrical-coordinate representation of color #B04EED: hue angle of 276.98º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04EED is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 78 | 237 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.07 |
| HSL | 276.98º | 0.82% | 0.62% | - |
| HSV(B) | 276.98º | 0.67% | 0.93% | - |
| XYZ | 35.91 | 20.79 | 82.24 | - |
| YUV | 125.43 | 190.97 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 237 | 0.26 | 0.67 | 0 | 0.07 | 276.98 | 0.82 | 0.62 |
| Hex | B0 | 4E | ED | 1A | 43 | 0 | 7 | 115 | 52 | 3E |
| Octal | 260 | 116 | 355 | 32 | 103 | 0 | 7 | 425 | 122 | 76 |
| Binary | 10110000 | 1001110 | 11101101 | 11010 | 1000011 | 0 | 111 | 100010101 | 1010010 | 111110 |
Color Harmonies of #B04EED
Complementary color
Monochromatic Colors of #B04EED
Black with #B04EED
Text Example
Text Example
White with #B04EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04EED; }
p { color: rgb(176,78,237); }
H1.HeaderClassName
{
color: #B04EED;
}
.AnyTagClassName
{
color: #B04EED;
}
</style>
background-color css
<style>
a { background-color: #B04EED; }
a { background-color: rgb(176,78,237); }
div.DivClassName
{
background-color: #B04EED;
}
.BgClassName
{
background-color: #B04EED;
}
</style>
border-color css
<style>
span { border-color: #B04EED; }
span { border-color: rgb(176,78,237); }
td.TdClassName
{
border-color: #B04EED;
}
.TagClassName
{
border-color: #B04EED;
}
</style>