Shades of Medium Orchid #B946CC
Tints of Medium Orchid #B946CC
RGB
CMYK
RGB Variations
Color information
#B946CC (or 0xB946CC) is known color: Medium Orchid. HEX triplet: B9, 46 and CC. RGB value is (185,70,204). Sum of RGB (Red+Green+Blue) = 185+70+204=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #B946CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946CC is #46B933. Grayscale: #777777. Windows color (decimal): -4634932 or 13387449. OLE color: 13387449.
HSL color Cylindrical-coordinate representation of color #B946CC: hue angle of 291.49º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B946CC is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 70 | 204 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.2 |
| HSL | 291.49º | 0.57% | 0.54% | - |
| HSV(B) | 291.49º | 0.66% | 0.8% | - |
| XYZ | 33.1 | 19.05 | 59.06 | - |
| YUV | 119.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 204 | 0.09 | 0.66 | 0 | 0.2 | 291.49 | 0.57 | 0.54 |
| Hex | B9 | 46 | CC | 9 | 42 | 0 | 14 | 123 | 39 | 36 |
| Octal | 271 | 106 | 314 | 11 | 102 | 0 | 24 | 443 | 71 | 66 |
| Binary | 10111001 | 1000110 | 11001100 | 1001 | 1000010 | 0 | 10100 | 100100011 | 111001 | 110110 |
Color Harmonies of #B946CC
Complementary color
Monochromatic Colors of #B946CC
Black with #B946CC
Text Example
Text Example
White with #B946CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946CC; }
p { color: rgb(185,70,204); }
H1.HeaderClassName
{
color: #B946CC;
}
.AnyTagClassName
{
color: #B946CC;
}
</style>
background-color css
<style>
a { background-color: #B946CC; }
a { background-color: rgb(185,70,204); }
div.DivClassName
{
background-color: #B946CC;
}
.BgClassName
{
background-color: #B946CC;
}
</style>
border-color css
<style>
span { border-color: #B946CC; }
span { border-color: rgb(185,70,204); }
td.TdClassName
{
border-color: #B946CC;
}
.TagClassName
{
border-color: #B946CC;
}
</style>