Shades of Medium Orchid #B946F0
Tints of Medium Orchid #B946F0
RGB
CMYK
RGB Variations
Color information
#B946F0 (or 0xB946F0) is known color: Medium Orchid. HEX triplet: B9, 46 and F0. RGB value is (185,70,240). Sum of RGB (Red+Green+Blue) = 185+70+240=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #B946F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B946F0 is #46B90F. Grayscale: #7B7B7B. Windows color (decimal): -4634896 or 15746745. OLE color: 15746745.
HSL color Cylindrical-coordinate representation of color #B946F0: hue angle of 280.59º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B946F0 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 70 | 240 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.06 |
| HSL | 280.59º | 0.85% | 0.61% | - |
| HSV(B) | 280.59º | 0.71% | 0.94% | - |
| XYZ | 37.93 | 20.99 | 84.49 | - |
| YUV | 123.77 | 193.6 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 240 | 0.23 | 0.71 | 0 | 0.06 | 280.59 | 0.85 | 0.61 |
| Hex | B9 | 46 | F0 | 17 | 47 | 0 | 6 | 119 | 55 | 3D |
| Octal | 271 | 106 | 360 | 27 | 107 | 0 | 6 | 431 | 125 | 75 |
| Binary | 10111001 | 1000110 | 11110000 | 10111 | 1000111 | 0 | 110 | 100011001 | 1010101 | 111101 |
Color Harmonies of #B946F0
Complementary color
Monochromatic Colors of #B946F0
Black with #B946F0
Text Example
Text Example
White with #B946F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946F0; }
p { color: rgb(185,70,240); }
H1.HeaderClassName
{
color: #B946F0;
}
.AnyTagClassName
{
color: #B946F0;
}
</style>
background-color css
<style>
a { background-color: #B946F0; }
a { background-color: rgb(185,70,240); }
div.DivClassName
{
background-color: #B946F0;
}
.BgClassName
{
background-color: #B946F0;
}
</style>
border-color css
<style>
span { border-color: #B946F0; }
span { border-color: rgb(185,70,240); }
td.TdClassName
{
border-color: #B946F0;
}
.TagClassName
{
border-color: #B946F0;
}
</style>