Shades of Medium Orchid #B146CC
Tints of Medium Orchid #B146CC
RGB
CMYK
RGB Variations
Color information
#B146CC (or 0xB146CC) is known color: Medium Orchid. HEX triplet: B1, 46 and CC. RGB value is (177,70,204). Sum of RGB (Red+Green+Blue) = 177+70+204=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #B146CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146CC is #4EB933. Grayscale: #747474. Windows color (decimal): -5159220 or 13387441. OLE color: 13387441.
HSL color Cylindrical-coordinate representation of color #B146CC: hue angle of 287.91º 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 #B146CC is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 70 | 204 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.2 |
| HSL | 287.91º | 0.57% | 0.54% | - |
| HSV(B) | 287.91º | 0.66% | 0.8% | - |
| XYZ | 31.22 | 18.09 | 58.97 | - |
| YUV | 117.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 204 | 0.13 | 0.66 | 0 | 0.2 | 287.91 | 0.57 | 0.54 |
| Hex | B1 | 46 | CC | D | 42 | 0 | 14 | 120 | 39 | 36 |
| Octal | 261 | 106 | 314 | 15 | 102 | 0 | 24 | 440 | 71 | 66 |
| Binary | 10110001 | 1000110 | 11001100 | 1101 | 1000010 | 0 | 10100 | 100100000 | 111001 | 110110 |
Color Harmonies of #B146CC
Complementary color
Monochromatic Colors of #B146CC
Black with #B146CC
Text Example
Text Example
White with #B146CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146CC; }
p { color: rgb(177,70,204); }
H1.HeaderClassName
{
color: #B146CC;
}
.AnyTagClassName
{
color: #B146CC;
}
</style>
background-color css
<style>
a { background-color: #B146CC; }
a { background-color: rgb(177,70,204); }
div.DivClassName
{
background-color: #B146CC;
}
.BgClassName
{
background-color: #B146CC;
}
</style>
border-color css
<style>
span { border-color: #B146CC; }
span { border-color: rgb(177,70,204); }
td.TdClassName
{
border-color: #B146CC;
}
.TagClassName
{
border-color: #B146CC;
}
</style>