Shades of Medium Orchid #B04FE8
Tints of Medium Orchid #B04FE8
RGB
CMYK
RGB Variations
Color information
#B04FE8 (or 0xB04FE8) is known color: Medium Orchid. HEX triplet: B0, 4F and E8. RGB value is (176,79,232). Sum of RGB (Red+Green+Blue) = 176+79+232=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #B04FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FE8 is #4FB017. Grayscale: #7C7C7C. Windows color (decimal): -5222424 or 15224752. OLE color: 15224752.
HSL color Cylindrical-coordinate representation of color #B04FE8: hue angle of 278.04º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B04FE8 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 79 | 232 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.09 |
| HSL | 278.04º | 0.77% | 0.61% | - |
| HSV(B) | 278.04º | 0.66% | 0.91% | - |
| XYZ | 35.27 | 20.65 | 78.47 | - |
| YUV | 125.45 | 188.14 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 232 | 0.24 | 0.66 | 0 | 0.09 | 278.04 | 0.77 | 0.61 |
| Hex | B0 | 4F | E8 | 18 | 42 | 0 | 9 | 116 | 4D | 3D |
| Octal | 260 | 117 | 350 | 30 | 102 | 0 | 11 | 426 | 115 | 75 |
| Binary | 10110000 | 1001111 | 11101000 | 11000 | 1000010 | 0 | 1001 | 100010110 | 1001101 | 111101 |
Color Harmonies of #B04FE8
Complementary color
Monochromatic Colors of #B04FE8
Black with #B04FE8
Text Example
Text Example
White with #B04FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FE8; }
p { color: rgb(176,79,232); }
H1.HeaderClassName
{
color: #B04FE8;
}
.AnyTagClassName
{
color: #B04FE8;
}
</style>
background-color css
<style>
a { background-color: #B04FE8; }
a { background-color: rgb(176,79,232); }
div.DivClassName
{
background-color: #B04FE8;
}
.BgClassName
{
background-color: #B04FE8;
}
</style>
border-color css
<style>
span { border-color: #B04FE8; }
span { border-color: rgb(176,79,232); }
td.TdClassName
{
border-color: #B04FE8;
}
.TagClassName
{
border-color: #B04FE8;
}
</style>