Shades of Medium Orchid #B444F8
Tints of Medium Orchid #B444F8
RGB
CMYK
RGB Variations
Color information
#B444F8 (or 0xB444F8) is known color: Medium Orchid. HEX triplet: B4, 44 and F8. RGB value is (180,68,248). Sum of RGB (Red+Green+Blue) = 180+68+248=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #B444F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444F8 is #4BBB07. Grayscale: #797979. Windows color (decimal): -4963080 or 16270516. OLE color: 16270516.
HSL color Cylindrical-coordinate representation of color #B444F8: hue angle of 277.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B444F8 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 68 | 248 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.03 |
| HSL | 277.33º | 0.93% | 0.62% | - |
| HSV(B) | 277.33º | 0.73% | 0.97% | - |
| XYZ | 37.83 | 20.61 | 90.79 | - |
| YUV | 122.01 | 199.11 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 248 | 0.27 | 0.73 | 0 | 0.03 | 277.33 | 0.93 | 0.62 |
| Hex | B4 | 44 | F8 | 1B | 49 | 0 | 3 | 115 | 5D | 3E |
| Octal | 264 | 104 | 370 | 33 | 111 | 0 | 3 | 425 | 135 | 76 |
| Binary | 10110100 | 1000100 | 11111000 | 11011 | 1001001 | 0 | 11 | 100010101 | 1011101 | 111110 |
Color Harmonies of #B444F8
Complementary color
Monochromatic Colors of #B444F8
Black with #B444F8
Text Example
Text Example
White with #B444F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444F8; }
p { color: rgb(180,68,248); }
H1.HeaderClassName
{
color: #B444F8;
}
.AnyTagClassName
{
color: #B444F8;
}
</style>
background-color css
<style>
a { background-color: #B444F8; }
a { background-color: rgb(180,68,248); }
div.DivClassName
{
background-color: #B444F8;
}
.BgClassName
{
background-color: #B444F8;
}
</style>
border-color css
<style>
span { border-color: #B444F8; }
span { border-color: rgb(180,68,248); }
td.TdClassName
{
border-color: #B444F8;
}
.TagClassName
{
border-color: #B444F8;
}
</style>