Shades of Medium Orchid #B444F9
Tints of Medium Orchid #B444F9
RGB
CMYK
RGB Variations
Color information
#B444F9 (or 0xB444F9) is known color: Medium Orchid. HEX triplet: B4, 44 and F9. RGB value is (180,68,249). Sum of RGB (Red+Green+Blue) = 180+68+249=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #B444F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444F9 is #4BBB06. Grayscale: #797979. Windows color (decimal): -4963079 or 16336052. OLE color: 16336052.
HSL color Cylindrical-coordinate representation of color #B444F9: hue angle of 277.13º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B444F9 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 68 | 249 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.02 |
| HSL | 277.13º | 0.94% | 0.62% | - |
| HSV(B) | 277.13º | 0.73% | 0.98% | - |
| XYZ | 37.99 | 20.68 | 91.61 | - |
| YUV | 122.12 | 199.61 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 249 | 0.28 | 0.73 | 0 | 0.02 | 277.13 | 0.94 | 0.62 |
| Hex | B4 | 44 | F9 | 1C | 49 | 0 | 2 | 115 | 5E | 3E |
| Octal | 264 | 104 | 371 | 34 | 111 | 0 | 2 | 425 | 136 | 76 |
| Binary | 10110100 | 1000100 | 11111001 | 11100 | 1001001 | 0 | 10 | 100010101 | 1011110 | 111110 |
Color Harmonies of #B444F9
Complementary color
Monochromatic Colors of #B444F9
Black with #B444F9
Text Example
Text Example
White with #B444F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444F9; }
p { color: rgb(180,68,249); }
H1.HeaderClassName
{
color: #B444F9;
}
.AnyTagClassName
{
color: #B444F9;
}
</style>
background-color css
<style>
a { background-color: #B444F9; }
a { background-color: rgb(180,68,249); }
div.DivClassName
{
background-color: #B444F9;
}
.BgClassName
{
background-color: #B444F9;
}
</style>
border-color css
<style>
span { border-color: #B444F9; }
span { border-color: rgb(180,68,249); }
td.TdClassName
{
border-color: #B444F9;
}
.TagClassName
{
border-color: #B444F9;
}
</style>