Shades of Medium Orchid #B946C9
Tints of Medium Orchid #B946C9
RGB
CMYK
RGB Variations
Color information
#B946C9 (or 0xB946C9) is known color: Medium Orchid. HEX triplet: B9, 46 and C9. RGB value is (185,70,201). Sum of RGB (Red+Green+Blue) = 185+70+201=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #B946C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946C9 is #46B936. Grayscale: #767676. Windows color (decimal): -4634935 or 13190841. OLE color: 13190841.
HSL color Cylindrical-coordinate representation of color #B946C9: hue angle of 292.67º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B946C9 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 70 | 201 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.21 |
| HSL | 292.67º | 0.55% | 0.53% | - |
| HSV(B) | 292.67º | 0.65% | 0.79% | - |
| XYZ | 32.74 | 18.91 | 57.18 | - |
| YUV | 119.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 201 | 0.08 | 0.65 | 0 | 0.21 | 292.67 | 0.55 | 0.53 |
| Hex | B9 | 46 | C9 | 8 | 41 | 0 | 15 | 125 | 37 | 35 |
| Octal | 271 | 106 | 311 | 10 | 101 | 0 | 25 | 445 | 67 | 65 |
| Binary | 10111001 | 1000110 | 11001001 | 1000 | 1000001 | 0 | 10101 | 100100101 | 110111 | 110101 |
Color Harmonies of #B946C9
Complementary color
Monochromatic Colors of #B946C9
Black with #B946C9
Text Example
Text Example
White with #B946C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946C9; }
p { color: rgb(185,70,201); }
H1.HeaderClassName
{
color: #B946C9;
}
.AnyTagClassName
{
color: #B946C9;
}
</style>
background-color css
<style>
a { background-color: #B946C9; }
a { background-color: rgb(185,70,201); }
div.DivClassName
{
background-color: #B946C9;
}
.BgClassName
{
background-color: #B946C9;
}
</style>
border-color css
<style>
span { border-color: #B946C9; }
span { border-color: rgb(185,70,201); }
td.TdClassName
{
border-color: #B946C9;
}
.TagClassName
{
border-color: #B946C9;
}
</style>