Shades of Medium Orchid #B446F6
Tints of Medium Orchid #B446F6
RGB
CMYK
RGB Variations
Color information
#B446F6 (or 0xB446F6) is known color: Medium Orchid. HEX triplet: B4, 46 and F6. RGB value is (180,70,246). Sum of RGB (Red+Green+Blue) = 180+70+246=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #B446F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446F6 is #4BB909. Grayscale: #7A7A7A. Windows color (decimal): -4962570 or 16139956. OLE color: 16139956.
HSL color Cylindrical-coordinate representation of color #B446F6: hue angle of 277.5º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B446F6 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 70 | 246 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.04 |
| HSL | 277.5º | 0.91% | 0.62% | - |
| HSV(B) | 277.5º | 0.72% | 0.96% | - |
| XYZ | 37.65 | 20.74 | 89.21 | - |
| YUV | 122.95 | 197.44 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 246 | 0.27 | 0.72 | 0 | 0.04 | 277.5 | 0.91 | 0.62 |
| Hex | B4 | 46 | F6 | 1B | 48 | 0 | 4 | 116 | 5B | 3E |
| Octal | 264 | 106 | 366 | 33 | 110 | 0 | 4 | 426 | 133 | 76 |
| Binary | 10110100 | 1000110 | 11110110 | 11011 | 1001000 | 0 | 100 | 100010110 | 1011011 | 111110 |
Color Harmonies of #B446F6
Complementary color
Monochromatic Colors of #B446F6
Black with #B446F6
Text Example
Text Example
White with #B446F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446F6; }
p { color: rgb(180,70,246); }
H1.HeaderClassName
{
color: #B446F6;
}
.AnyTagClassName
{
color: #B446F6;
}
</style>
background-color css
<style>
a { background-color: #B446F6; }
a { background-color: rgb(180,70,246); }
div.DivClassName
{
background-color: #B446F6;
}
.BgClassName
{
background-color: #B446F6;
}
</style>
border-color css
<style>
span { border-color: #B446F6; }
span { border-color: rgb(180,70,246); }
td.TdClassName
{
border-color: #B446F6;
}
.TagClassName
{
border-color: #B446F6;
}
</style>