Shades of Medium Orchid #B04FEB
Tints of Medium Orchid #B04FEB
RGB
CMYK
RGB Variations
Color information
#B04FEB (or 0xB04FEB) is known color: Medium Orchid. HEX triplet: B0, 4F and EB. RGB value is (176,79,235). Sum of RGB (Red+Green+Blue) = 176+79+235=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #B04FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FEB is #4FB014. Grayscale: #7D7D7D. Windows color (decimal): -5222421 or 15421360. OLE color: 15421360.
HSL color Cylindrical-coordinate representation of color #B04FEB: hue angle of 277.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B04FEB is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 79 | 235 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.08 |
| HSL | 277.31º | 0.8% | 0.62% | - |
| HSV(B) | 277.31º | 0.66% | 0.92% | - |
| XYZ | 35.7 | 20.82 | 80.73 | - |
| YUV | 125.79 | 189.64 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 235 | 0.25 | 0.66 | 0 | 0.08 | 277.31 | 0.8 | 0.62 |
| Hex | B0 | 4F | EB | 19 | 42 | 0 | 8 | 115 | 50 | 3E |
| Octal | 260 | 117 | 353 | 31 | 102 | 0 | 10 | 425 | 120 | 76 |
| Binary | 10110000 | 1001111 | 11101011 | 11001 | 1000010 | 0 | 1000 | 100010101 | 1010000 | 111110 |
Color Harmonies of #B04FEB
Complementary color
Monochromatic Colors of #B04FEB
Black with #B04FEB
Text Example
Text Example
White with #B04FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FEB; }
p { color: rgb(176,79,235); }
H1.HeaderClassName
{
color: #B04FEB;
}
.AnyTagClassName
{
color: #B04FEB;
}
</style>
background-color css
<style>
a { background-color: #B04FEB; }
a { background-color: rgb(176,79,235); }
div.DivClassName
{
background-color: #B04FEB;
}
.BgClassName
{
background-color: #B04FEB;
}
</style>
border-color css
<style>
span { border-color: #B04FEB; }
span { border-color: rgb(176,79,235); }
td.TdClassName
{
border-color: #B04FEB;
}
.TagClassName
{
border-color: #B04FEB;
}
</style>