Shades of Medium Orchid #B04FEE
Tints of Medium Orchid #B04FEE
RGB
CMYK
RGB Variations
Color information
#B04FEE (or 0xB04FEE) is known color: Medium Orchid. HEX triplet: B0, 4F and EE. RGB value is (176,79,238). Sum of RGB (Red+Green+Blue) = 176+79+238=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #B04FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FEE is #4FB011. Grayscale: #7D7D7D. Windows color (decimal): -5222418 or 15617968. OLE color: 15617968.
HSL color Cylindrical-coordinate representation of color #B04FEE: hue angle of 276.6º degrees, saturation: 0.82, 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 #B04FEE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 79 | 238 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.07 |
| HSL | 276.6º | 0.82% | 0.62% | - |
| HSV(B) | 276.6º | 0.67% | 0.93% | - |
| XYZ | 36.13 | 21 | 83.04 | - |
| YUV | 126.13 | 191.14 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 238 | 0.26 | 0.67 | 0 | 0.07 | 276.6 | 0.82 | 0.62 |
| Hex | B0 | 4F | EE | 1A | 43 | 0 | 7 | 115 | 52 | 3E |
| Octal | 260 | 117 | 356 | 32 | 103 | 0 | 7 | 425 | 122 | 76 |
| Binary | 10110000 | 1001111 | 11101110 | 11010 | 1000011 | 0 | 111 | 100010101 | 1010010 | 111110 |
Color Harmonies of #B04FEE
Complementary color
Monochromatic Colors of #B04FEE
Black with #B04FEE
Text Example
Text Example
White with #B04FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FEE; }
p { color: rgb(176,79,238); }
H1.HeaderClassName
{
color: #B04FEE;
}
.AnyTagClassName
{
color: #B04FEE;
}
</style>
background-color css
<style>
a { background-color: #B04FEE; }
a { background-color: rgb(176,79,238); }
div.DivClassName
{
background-color: #B04FEE;
}
.BgClassName
{
background-color: #B04FEE;
}
</style>
border-color css
<style>
span { border-color: #B04FEE; }
span { border-color: rgb(176,79,238); }
td.TdClassName
{
border-color: #B04FEE;
}
.TagClassName
{
border-color: #B04FEE;
}
</style>