Shades of Medium Orchid #B04DFF
Tints of Medium Orchid #B04DFF
RGB
CMYK
RGB Variations
Color information
#B04DFF (or 0xB04DFF) is known color: Medium Orchid. HEX triplet: B0, 4D and FF. RGB value is (176,77,255). Sum of RGB (Red+Green+Blue) = 176+77+255=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #B04DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04DFF is #4FB200. Grayscale: #7E7E7E. Windows color (decimal): -5222913 or 16731568. OLE color: 16731568.
HSL color Cylindrical-coordinate representation of color #B04DFF: hue angle of 273.37º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04DFF is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 77 | 255 | - |
| CMYK | 0.31 | 0.70 | 0 | 0 |
| HSL | 273.37º | 1% | 0.65% | - |
| HSV(B) | 273.37º | 0.7% | 1% | - |
| XYZ | 38.61 | 21.76 | 96.77 | - |
| YUV | 126.89 | 200.3 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 255 | 0.31 | 0.70 | 0 | 0 | 273.37 | 1 | 0.65 |
| Hex | B0 | 4D | FF | 1F | 46 | 0 | 0 | 111 | 64 | 41 |
| Octal | 260 | 115 | 377 | 37 | 106 | 0 | 0 | 421 | 144 | 101 |
| Binary | 10110000 | 1001101 | 11111111 | 11111 | 1000110 | 0 | 0 | 100010001 | 1100100 | 1000001 |
Color Harmonies of #B04DFF
Complementary color
Monochromatic Colors of #B04DFF
Black with #B04DFF
Text Example
Text Example
White with #B04DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DFF; }
p { color: rgb(176,77,255); }
H1.HeaderClassName
{
color: #B04DFF;
}
.AnyTagClassName
{
color: #B04DFF;
}
</style>
background-color css
<style>
a { background-color: #B04DFF; }
a { background-color: rgb(176,77,255); }
div.DivClassName
{
background-color: #B04DFF;
}
.BgClassName
{
background-color: #B04DFF;
}
</style>
border-color css
<style>
span { border-color: #B04DFF; }
span { border-color: rgb(176,77,255); }
td.TdClassName
{
border-color: #B04DFF;
}
.TagClassName
{
border-color: #B04DFF;
}
</style>