Shades of Medium Orchid #B04DFE
Tints of Medium Orchid #B04DFE
RGB
CMYK
RGB Variations
Color information
#B04DFE (or 0xB04DFE) is known color: Medium Orchid. HEX triplet: B0, 4D and FE. RGB value is (176,77,254). Sum of RGB (Red+Green+Blue) = 176+77+254=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #B04DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04DFE is #4FB201. Grayscale: #7E7E7E. Windows color (decimal): -5222914 or 16666032. OLE color: 16666032.
HSL color Cylindrical-coordinate representation of color #B04DFE: hue angle of 273.56º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04DFE is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 77 | 254 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.00 |
| HSL | 273.56º | 0.99% | 0.65% | - |
| HSV(B) | 273.56º | 0.7% | 1% | - |
| XYZ | 38.45 | 21.69 | 95.93 | - |
| YUV | 126.78 | 199.8 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 254 | 0.31 | 0.70 | 0 | 0.00 | 273.56 | 0.99 | 0.65 |
| Hex | B0 | 4D | FE | 1F | 46 | 0 | 0 | 112 | 63 | 41 |
| Octal | 260 | 115 | 376 | 37 | 106 | 0 | 0 | 422 | 143 | 101 |
| Binary | 10110000 | 1001101 | 11111110 | 11111 | 1000110 | 0 | 0 | 100010010 | 1100011 | 1000001 |
Color Harmonies of #B04DFE
Complementary color
Monochromatic Colors of #B04DFE
Black with #B04DFE
Text Example
Text Example
White with #B04DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DFE; }
p { color: rgb(176,77,254); }
H1.HeaderClassName
{
color: #B04DFE;
}
.AnyTagClassName
{
color: #B04DFE;
}
</style>
background-color css
<style>
a { background-color: #B04DFE; }
a { background-color: rgb(176,77,254); }
div.DivClassName
{
background-color: #B04DFE;
}
.BgClassName
{
background-color: #B04DFE;
}
</style>
border-color css
<style>
span { border-color: #B04DFE; }
span { border-color: rgb(176,77,254); }
td.TdClassName
{
border-color: #B04DFE;
}
.TagClassName
{
border-color: #B04DFE;
}
</style>