Shades of Medium Orchid #B044F7
Tints of Medium Orchid #B044F7
RGB
CMYK
RGB Variations
Color information
#B044F7 (or 0xB044F7) is known color: Medium Orchid. HEX triplet: B0, 44 and F7. RGB value is (176,68,247). Sum of RGB (Red+Green+Blue) = 176+68+247=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #B044F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044F7 is #4FBB08. Grayscale: #787878. Windows color (decimal): -5225225 or 16204976. OLE color: 16204976.
HSL color Cylindrical-coordinate representation of color #B044F7: hue angle of 276.2º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B044F7 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 68 | 247 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.03 |
| HSL | 276.2º | 0.92% | 0.62% | - |
| HSV(B) | 276.2º | 0.72% | 0.97% | - |
| XYZ | 36.76 | 20.08 | 89.93 | - |
| YUV | 120.7 | 199.28 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 247 | 0.29 | 0.72 | 0 | 0.03 | 276.2 | 0.92 | 0.62 |
| Hex | B0 | 44 | F7 | 1D | 48 | 0 | 3 | 114 | 5C | 3E |
| Octal | 260 | 104 | 367 | 35 | 110 | 0 | 3 | 424 | 134 | 76 |
| Binary | 10110000 | 1000100 | 11110111 | 11101 | 1001000 | 0 | 11 | 100010100 | 1011100 | 111110 |
Color Harmonies of #B044F7
Complementary color
Monochromatic Colors of #B044F7
Black with #B044F7
Text Example
Text Example
White with #B044F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044F7; }
p { color: rgb(176,68,247); }
H1.HeaderClassName
{
color: #B044F7;
}
.AnyTagClassName
{
color: #B044F7;
}
</style>
background-color css
<style>
a { background-color: #B044F7; }
a { background-color: rgb(176,68,247); }
div.DivClassName
{
background-color: #B044F7;
}
.BgClassName
{
background-color: #B044F7;
}
</style>
border-color css
<style>
span { border-color: #B044F7; }
span { border-color: rgb(176,68,247); }
td.TdClassName
{
border-color: #B044F7;
}
.TagClassName
{
border-color: #B044F7;
}
</style>