Shades of Medium Orchid #B946F5
Tints of Medium Orchid #B946F5
RGB
CMYK
RGB Variations
Color information
#B946F5 (or 0xB946F5) is known color: Medium Orchid. HEX triplet: B9, 46 and F5. RGB value is (185,70,245). Sum of RGB (Red+Green+Blue) = 185+70+245=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #B946F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B946F5 is #46B90A. Grayscale: #7B7B7B. Windows color (decimal): -4634891 or 16074425. OLE color: 16074425.
HSL color Cylindrical-coordinate representation of color #B946F5: hue angle of 279.43º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B946F5 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 70 | 245 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.04 |
| HSL | 279.43º | 0.9% | 0.62% | - |
| HSV(B) | 279.43º | 0.71% | 0.96% | - |
| XYZ | 38.68 | 21.29 | 88.46 | - |
| YUV | 124.34 | 196.1 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 245 | 0.24 | 0.71 | 0 | 0.04 | 279.43 | 0.9 | 0.62 |
| Hex | B9 | 46 | F5 | 18 | 47 | 0 | 4 | 117 | 5A | 3E |
| Octal | 271 | 106 | 365 | 30 | 107 | 0 | 4 | 427 | 132 | 76 |
| Binary | 10111001 | 1000110 | 11110101 | 11000 | 1000111 | 0 | 100 | 100010111 | 1011010 | 111110 |
Color Harmonies of #B946F5
Complementary color
Monochromatic Colors of #B946F5
Black with #B946F5
Text Example
Text Example
White with #B946F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946F5; }
p { color: rgb(185,70,245); }
H1.HeaderClassName
{
color: #B946F5;
}
.AnyTagClassName
{
color: #B946F5;
}
</style>
background-color css
<style>
a { background-color: #B946F5; }
a { background-color: rgb(185,70,245); }
div.DivClassName
{
background-color: #B946F5;
}
.BgClassName
{
background-color: #B946F5;
}
</style>
border-color css
<style>
span { border-color: #B946F5; }
span { border-color: rgb(185,70,245); }
td.TdClassName
{
border-color: #B946F5;
}
.TagClassName
{
border-color: #B946F5;
}
</style>