Shades of Medium Orchid #B946CF
Tints of Medium Orchid #B946CF
RGB
CMYK
RGB Variations
Color information
#B946CF (or 0xB946CF) is known color: Medium Orchid. HEX triplet: B9, 46 and CF. RGB value is (185,70,207). Sum of RGB (Red+Green+Blue) = 185+70+207=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #B946CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946CF is #46B930. Grayscale: #777777. Windows color (decimal): -4634929 or 13584057. OLE color: 13584057.
HSL color Cylindrical-coordinate representation of color #B946CF: hue angle of 290.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B946CF is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 70 | 207 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.19 |
| HSL | 290.37º | 0.59% | 0.54% | - |
| HSV(B) | 290.37º | 0.66% | 0.81% | - |
| XYZ | 33.46 | 19.2 | 60.97 | - |
| YUV | 120 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 207 | 0.11 | 0.66 | 0 | 0.19 | 290.37 | 0.59 | 0.54 |
| Hex | B9 | 46 | CF | B | 42 | 0 | 13 | 122 | 3B | 36 |
| Octal | 271 | 106 | 317 | 13 | 102 | 0 | 23 | 442 | 73 | 66 |
| Binary | 10111001 | 1000110 | 11001111 | 1011 | 1000010 | 0 | 10011 | 100100010 | 111011 | 110110 |
Color Harmonies of #B946CF
Complementary color
Monochromatic Colors of #B946CF
Black with #B946CF
Text Example
Text Example
White with #B946CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946CF; }
p { color: rgb(185,70,207); }
H1.HeaderClassName
{
color: #B946CF;
}
.AnyTagClassName
{
color: #B946CF;
}
</style>
background-color css
<style>
a { background-color: #B946CF; }
a { background-color: rgb(185,70,207); }
div.DivClassName
{
background-color: #B946CF;
}
.BgClassName
{
background-color: #B946CF;
}
</style>
border-color css
<style>
span { border-color: #B946CF; }
span { border-color: rgb(185,70,207); }
td.TdClassName
{
border-color: #B946CF;
}
.TagClassName
{
border-color: #B946CF;
}
</style>