Shades of Medium Orchid #B44DF0
Tints of Medium Orchid #B44DF0
RGB
CMYK
RGB Variations
Color information
#B44DF0 (or 0xB44DF0) is known color: Medium Orchid. HEX triplet: B4, 4D and F0. RGB value is (180,77,240). Sum of RGB (Red+Green+Blue) = 180+77+240=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #B44DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44DF0 is #4BB20F. Grayscale: #7D7D7D. Windows color (decimal): -4960784 or 15748532. OLE color: 15748532.
HSL color Cylindrical-coordinate representation of color #B44DF0: hue angle of 277.91º 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 #B44DF0 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 77 | 240 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.06 |
| HSL | 277.91º | 0.84% | 0.62% | - |
| HSV(B) | 277.91º | 0.68% | 0.94% | - |
| XYZ | 37.2 | 21.3 | 84.59 | - |
| YUV | 126.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 240 | 0.25 | 0.68 | 0 | 0.06 | 277.91 | 0.84 | 0.62 |
| Hex | B4 | 4D | F0 | 19 | 44 | 0 | 6 | 116 | 54 | 3E |
| Octal | 264 | 115 | 360 | 31 | 104 | 0 | 6 | 426 | 124 | 76 |
| Binary | 10110100 | 1001101 | 11110000 | 11001 | 1000100 | 0 | 110 | 100010110 | 1010100 | 111110 |
Color Harmonies of #B44DF0
Complementary color
Monochromatic Colors of #B44DF0
Black with #B44DF0
Text Example
Text Example
White with #B44DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44DF0; }
p { color: rgb(180,77,240); }
H1.HeaderClassName
{
color: #B44DF0;
}
.AnyTagClassName
{
color: #B44DF0;
}
</style>
background-color css
<style>
a { background-color: #B44DF0; }
a { background-color: rgb(180,77,240); }
div.DivClassName
{
background-color: #B44DF0;
}
.BgClassName
{
background-color: #B44DF0;
}
</style>
border-color css
<style>
span { border-color: #B44DF0; }
span { border-color: rgb(180,77,240); }
td.TdClassName
{
border-color: #B44DF0;
}
.TagClassName
{
border-color: #B44DF0;
}
</style>