Shades of Medium Orchid #B946FC
Tints of Medium Orchid #B946FC
RGB
CMYK
RGB Variations
Color information
#B946FC (or 0xB946FC) is known color: Medium Orchid. HEX triplet: B9, 46 and FC. RGB value is (185,70,252). Sum of RGB (Red+Green+Blue) = 185+70+252=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #B946FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B946FC is #46B903. Grayscale: #7C7C7C. Windows color (decimal): -4634884 or 16533177. OLE color: 16533177.
HSL color Cylindrical-coordinate representation of color #B946FC: hue angle of 277.91º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B946FC is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 70 | 252 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.01 |
| HSL | 277.91º | 0.97% | 0.63% | - |
| HSV(B) | 277.91º | 0.72% | 0.99% | - |
| XYZ | 39.77 | 21.72 | 94.19 | - |
| YUV | 125.13 | 199.6 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 252 | 0.27 | 0.72 | 0 | 0.01 | 277.91 | 0.97 | 0.63 |
| Hex | B9 | 46 | FC | 1B | 48 | 0 | 1 | 116 | 61 | 3F |
| Octal | 271 | 106 | 374 | 33 | 110 | 0 | 1 | 426 | 141 | 77 |
| Binary | 10111001 | 1000110 | 11111100 | 11011 | 1001000 | 0 | 1 | 100010110 | 1100001 | 111111 |
Color Harmonies of #B946FC
Complementary color
Monochromatic Colors of #B946FC
Black with #B946FC
Text Example
Text Example
White with #B946FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946FC; }
p { color: rgb(185,70,252); }
H1.HeaderClassName
{
color: #B946FC;
}
.AnyTagClassName
{
color: #B946FC;
}
</style>
background-color css
<style>
a { background-color: #B946FC; }
a { background-color: rgb(185,70,252); }
div.DivClassName
{
background-color: #B946FC;
}
.BgClassName
{
background-color: #B946FC;
}
</style>
border-color css
<style>
span { border-color: #B946FC; }
span { border-color: rgb(185,70,252); }
td.TdClassName
{
border-color: #B946FC;
}
.TagClassName
{
border-color: #B946FC;
}
</style>