Shades of Medium Orchid #B04EFB
Tints of Medium Orchid #B04EFB
RGB
CMYK
RGB Variations
Color information
#B04EFB (or 0xB04EFB) is known color: Medium Orchid. HEX triplet: B0, 4E and FB. RGB value is (176,78,251). Sum of RGB (Red+Green+Blue) = 176+78+251=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #B04EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04EFB is #4FB104. Grayscale: #7E7E7E. Windows color (decimal): -5222661 or 16469680. OLE color: 16469680.
HSL color Cylindrical-coordinate representation of color #B04EFB: hue angle of 273.99º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04EFB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 78 | 251 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.02 |
| HSL | 273.99º | 0.96% | 0.65% | - |
| HSV(B) | 273.99º | 0.69% | 0.98% | - |
| XYZ | 38.04 | 21.64 | 93.44 | - |
| YUV | 127.02 | 197.97 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 251 | 0.30 | 0.69 | 0 | 0.02 | 273.99 | 0.96 | 0.65 |
| Hex | B0 | 4E | FB | 1E | 45 | 0 | 2 | 112 | 60 | 41 |
| Octal | 260 | 116 | 373 | 36 | 105 | 0 | 2 | 422 | 140 | 101 |
| Binary | 10110000 | 1001110 | 11111011 | 11110 | 1000101 | 0 | 10 | 100010010 | 1100000 | 1000001 |
Color Harmonies of #B04EFB
Complementary color
Monochromatic Colors of #B04EFB
Black with #B04EFB
Text Example
Text Example
White with #B04EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04EFB; }
p { color: rgb(176,78,251); }
H1.HeaderClassName
{
color: #B04EFB;
}
.AnyTagClassName
{
color: #B04EFB;
}
</style>
background-color css
<style>
a { background-color: #B04EFB; }
a { background-color: rgb(176,78,251); }
div.DivClassName
{
background-color: #B04EFB;
}
.BgClassName
{
background-color: #B04EFB;
}
</style>
border-color css
<style>
span { border-color: #B04EFB; }
span { border-color: rgb(176,78,251); }
td.TdClassName
{
border-color: #B04EFB;
}
.TagClassName
{
border-color: #B04EFB;
}
</style>