Shades of Medium Orchid #B944F0
Tints of Medium Orchid #B944F0
RGB
CMYK
RGB Variations
Color information
#B944F0 (or 0xB944F0) is known color: Medium Orchid. HEX triplet: B9, 44 and F0. RGB value is (185,68,240). Sum of RGB (Red+Green+Blue) = 185+68+240=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 68 (26.95% from 255 or 13.79% 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 #B944F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B944F0 is #46BB0F. Grayscale: #7A7A7A. Windows color (decimal): -4635408 or 15746233. OLE color: 15746233.
HSL color Cylindrical-coordinate representation of color #B944F0: hue angle of 280.81º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B944F0 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 68 | 240 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.06 |
| HSL | 280.81º | 0.85% | 0.6% | - |
| HSV(B) | 280.81º | 0.72% | 0.94% | - |
| XYZ | 37.8 | 20.74 | 84.45 | - |
| YUV | 122.59 | 194.26 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 240 | 0.23 | 0.72 | 0 | 0.06 | 280.81 | 0.85 | 0.6 |
| Hex | B9 | 44 | F0 | 17 | 48 | 0 | 6 | 119 | 55 | 3C |
| Octal | 271 | 104 | 360 | 27 | 110 | 0 | 6 | 431 | 125 | 74 |
| Binary | 10111001 | 1000100 | 11110000 | 10111 | 1001000 | 0 | 110 | 100011001 | 1010101 | 111100 |
Color Harmonies of #B944F0
Complementary color
Monochromatic Colors of #B944F0
Black with #B944F0
Text Example
Text Example
White with #B944F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944F0; }
p { color: rgb(185,68,240); }
H1.HeaderClassName
{
color: #B944F0;
}
.AnyTagClassName
{
color: #B944F0;
}
</style>
background-color css
<style>
a { background-color: #B944F0; }
a { background-color: rgb(185,68,240); }
div.DivClassName
{
background-color: #B944F0;
}
.BgClassName
{
background-color: #B944F0;
}
</style>
border-color css
<style>
span { border-color: #B944F0; }
span { border-color: rgb(185,68,240); }
td.TdClassName
{
border-color: #B944F0;
}
.TagClassName
{
border-color: #B944F0;
}
</style>