Shades of Medium Orchid #B04FEC
Tints of Medium Orchid #B04FEC
RGB
CMYK
RGB Variations
Color information
#B04FEC (or 0xB04FEC) is known color: Medium Orchid. HEX triplet: B0, 4F and EC. RGB value is (176,79,236). Sum of RGB (Red+Green+Blue) = 176+79+236=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #B04FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FEC is #4FB013. Grayscale: #7D7D7D. Windows color (decimal): -5222420 or 15486896. OLE color: 15486896.
HSL color Cylindrical-coordinate representation of color #B04FEC: hue angle of 277.07º degrees, saturation: 0.81, 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 #B04FEC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 79 | 236 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.07 |
| HSL | 277.07º | 0.81% | 0.62% | - |
| HSV(B) | 277.07º | 0.67% | 0.93% | - |
| XYZ | 35.84 | 20.88 | 81.5 | - |
| YUV | 125.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 236 | 0.25 | 0.67 | 0 | 0.07 | 277.07 | 0.81 | 0.62 |
| Hex | B0 | 4F | EC | 19 | 43 | 0 | 7 | 115 | 51 | 3E |
| Octal | 260 | 117 | 354 | 31 | 103 | 0 | 7 | 425 | 121 | 76 |
| Binary | 10110000 | 1001111 | 11101100 | 11001 | 1000011 | 0 | 111 | 100010101 | 1010001 | 111110 |
Color Harmonies of #B04FEC
Complementary color
Monochromatic Colors of #B04FEC
Black with #B04FEC
Text Example
Text Example
White with #B04FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FEC; }
p { color: rgb(176,79,236); }
H1.HeaderClassName
{
color: #B04FEC;
}
.AnyTagClassName
{
color: #B04FEC;
}
</style>
background-color css
<style>
a { background-color: #B04FEC; }
a { background-color: rgb(176,79,236); }
div.DivClassName
{
background-color: #B04FEC;
}
.BgClassName
{
background-color: #B04FEC;
}
</style>
border-color css
<style>
span { border-color: #B04FEC; }
span { border-color: rgb(176,79,236); }
td.TdClassName
{
border-color: #B04FEC;
}
.TagClassName
{
border-color: #B04FEC;
}
</style>