Shades of Medium Orchid #B04DF0
Tints of Medium Orchid #B04DF0
RGB
CMYK
RGB Variations
Color information
#B04DF0 (or 0xB04DF0) is known color: Medium Orchid. HEX triplet: B0, 4D and F0. RGB value is (176,77,240). Sum of RGB (Red+Green+Blue) = 176+77+240=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #B04DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04DF0 is #4FB20F. Grayscale: #7C7C7C. Windows color (decimal): -5222928 or 15748528. OLE color: 15748528.
HSL color Cylindrical-coordinate representation of color #B04DF0: hue angle of 276.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04DF0 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 77 | 240 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.06 |
| HSL | 276.44º | 0.84% | 0.62% | - |
| HSV(B) | 276.44º | 0.68% | 0.94% | - |
| XYZ | 36.29 | 20.83 | 84.55 | - |
| YUV | 125.18 | 192.8 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 240 | 0.27 | 0.68 | 0 | 0.06 | 276.44 | 0.84 | 0.62 |
| Hex | B0 | 4D | F0 | 1B | 44 | 0 | 6 | 114 | 54 | 3E |
| Octal | 260 | 115 | 360 | 33 | 104 | 0 | 6 | 424 | 124 | 76 |
| Binary | 10110000 | 1001101 | 11110000 | 11011 | 1000100 | 0 | 110 | 100010100 | 1010100 | 111110 |
Color Harmonies of #B04DF0
Complementary color
Monochromatic Colors of #B04DF0
Black with #B04DF0
Text Example
Text Example
White with #B04DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DF0; }
p { color: rgb(176,77,240); }
H1.HeaderClassName
{
color: #B04DF0;
}
.AnyTagClassName
{
color: #B04DF0;
}
</style>
background-color css
<style>
a { background-color: #B04DF0; }
a { background-color: rgb(176,77,240); }
div.DivClassName
{
background-color: #B04DF0;
}
.BgClassName
{
background-color: #B04DF0;
}
</style>
border-color css
<style>
span { border-color: #B04DF0; }
span { border-color: rgb(176,77,240); }
td.TdClassName
{
border-color: #B04DF0;
}
.TagClassName
{
border-color: #B04DF0;
}
</style>