Shades of Medium Orchid #B04FEA
Tints of Medium Orchid #B04FEA
RGB
CMYK
RGB Variations
Color information
#B04FEA (or 0xB04FEA) is known color: Medium Orchid. HEX triplet: B0, 4F and EA. RGB value is (176,79,234). Sum of RGB (Red+Green+Blue) = 176+79+234=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #B04FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FEA is #4FB015. Grayscale: #7D7D7D. Windows color (decimal): -5222422 or 15355824. OLE color: 15355824.
HSL color Cylindrical-coordinate representation of color #B04FEA: hue angle of 277.55º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B04FEA is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 79 | 234 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.08 |
| HSL | 277.55º | 0.79% | 0.61% | - |
| HSV(B) | 277.55º | 0.66% | 0.92% | - |
| XYZ | 35.55 | 20.76 | 79.98 | - |
| YUV | 125.67 | 189.14 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 234 | 0.25 | 0.66 | 0 | 0.08 | 277.55 | 0.79 | 0.61 |
| Hex | B0 | 4F | EA | 19 | 42 | 0 | 8 | 116 | 4F | 3D |
| Octal | 260 | 117 | 352 | 31 | 102 | 0 | 10 | 426 | 117 | 75 |
| Binary | 10110000 | 1001111 | 11101010 | 11001 | 1000010 | 0 | 1000 | 100010110 | 1001111 | 111101 |
Color Harmonies of #B04FEA
Complementary color
Monochromatic Colors of #B04FEA
Black with #B04FEA
Text Example
Text Example
White with #B04FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FEA; }
p { color: rgb(176,79,234); }
H1.HeaderClassName
{
color: #B04FEA;
}
.AnyTagClassName
{
color: #B04FEA;
}
</style>
background-color css
<style>
a { background-color: #B04FEA; }
a { background-color: rgb(176,79,234); }
div.DivClassName
{
background-color: #B04FEA;
}
.BgClassName
{
background-color: #B04FEA;
}
</style>
border-color css
<style>
span { border-color: #B04FEA; }
span { border-color: rgb(176,79,234); }
td.TdClassName
{
border-color: #B04FEA;
}
.TagClassName
{
border-color: #B04FEA;
}
</style>