Shades of Medium Orchid #B444F7
Tints of Medium Orchid #B444F7
RGB
CMYK
RGB Variations
Color information
#B444F7 (or 0xB444F7) is known color: Medium Orchid. HEX triplet: B4, 44 and F7. RGB value is (180,68,247). Sum of RGB (Red+Green+Blue) = 180+68+247=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #B444F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444F7 is #4BBB08. Grayscale: #797979. Windows color (decimal): -4963081 or 16204980. OLE color: 16204980.
HSL color Cylindrical-coordinate representation of color #B444F7: hue angle of 277.54º 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 #B444F7 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 68 | 247 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.03 |
| HSL | 277.54º | 0.92% | 0.62% | - |
| HSV(B) | 277.54º | 0.72% | 0.97% | - |
| XYZ | 37.68 | 20.55 | 89.98 | - |
| YUV | 121.89 | 198.61 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 247 | 0.27 | 0.72 | 0 | 0.03 | 277.54 | 0.92 | 0.62 |
| Hex | B4 | 44 | F7 | 1B | 48 | 0 | 3 | 116 | 5C | 3E |
| Octal | 264 | 104 | 367 | 33 | 110 | 0 | 3 | 426 | 134 | 76 |
| Binary | 10110100 | 1000100 | 11110111 | 11011 | 1001000 | 0 | 11 | 100010110 | 1011100 | 111110 |
Color Harmonies of #B444F7
Complementary color
Monochromatic Colors of #B444F7
Black with #B444F7
Text Example
Text Example
White with #B444F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444F7; }
p { color: rgb(180,68,247); }
H1.HeaderClassName
{
color: #B444F7;
}
.AnyTagClassName
{
color: #B444F7;
}
</style>
background-color css
<style>
a { background-color: #B444F7; }
a { background-color: rgb(180,68,247); }
div.DivClassName
{
background-color: #B444F7;
}
.BgClassName
{
background-color: #B444F7;
}
</style>
border-color css
<style>
span { border-color: #B444F7; }
span { border-color: rgb(180,68,247); }
td.TdClassName
{
border-color: #B444F7;
}
.TagClassName
{
border-color: #B444F7;
}
</style>