Shades of Medium Orchid #B446F8
Tints of Medium Orchid #B446F8
RGB
CMYK
RGB Variations
Color information
#B446F8 (or 0xB446F8) is known color: Medium Orchid. HEX triplet: B4, 46 and F8. RGB value is (180,70,248). Sum of RGB (Red+Green+Blue) = 180+70+248=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #B446F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446F8 is #4BB907. Grayscale: #7A7A7A. Windows color (decimal): -4962568 or 16271028. OLE color: 16271028.
HSL color Cylindrical-coordinate representation of color #B446F8: hue angle of 277.08º degrees, saturation: 0.93, 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 #B446F8 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 70 | 248 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.03 |
| HSL | 277.08º | 0.93% | 0.62% | - |
| HSV(B) | 277.08º | 0.72% | 0.97% | - |
| XYZ | 37.96 | 20.86 | 90.83 | - |
| YUV | 123.18 | 198.44 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 248 | 0.27 | 0.72 | 0 | 0.03 | 277.08 | 0.93 | 0.62 |
| Hex | B4 | 46 | F8 | 1B | 48 | 0 | 3 | 115 | 5D | 3E |
| Octal | 264 | 106 | 370 | 33 | 110 | 0 | 3 | 425 | 135 | 76 |
| Binary | 10110100 | 1000110 | 11111000 | 11011 | 1001000 | 0 | 11 | 100010101 | 1011101 | 111110 |
Color Harmonies of #B446F8
Complementary color
Monochromatic Colors of #B446F8
Black with #B446F8
Text Example
Text Example
White with #B446F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446F8; }
p { color: rgb(180,70,248); }
H1.HeaderClassName
{
color: #B446F8;
}
.AnyTagClassName
{
color: #B446F8;
}
</style>
background-color css
<style>
a { background-color: #B446F8; }
a { background-color: rgb(180,70,248); }
div.DivClassName
{
background-color: #B446F8;
}
.BgClassName
{
background-color: #B446F8;
}
</style>
border-color css
<style>
span { border-color: #B446F8; }
span { border-color: rgb(180,70,248); }
td.TdClassName
{
border-color: #B446F8;
}
.TagClassName
{
border-color: #B446F8;
}
</style>