Shades of Medium Orchid #B146C3
Tints of Medium Orchid #B146C3
RGB
CMYK
RGB Variations
Color information
#B146C3 (or 0xB146C3) is known color: Medium Orchid. HEX triplet: B1, 46 and C3. RGB value is (177,70,195). Sum of RGB (Red+Green+Blue) = 177+70+195=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #B146C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146C3 is #4EB93C. Grayscale: #737373. Windows color (decimal): -5159229 or 12797617. OLE color: 12797617.
HSL color Cylindrical-coordinate representation of color #B146C3: hue angle of 291.36º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B146C3 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 70 | 195 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.24 |
| HSL | 291.36º | 0.51% | 0.52% | - |
| HSV(B) | 291.36º | 0.64% | 0.76% | - |
| XYZ | 30.17 | 17.67 | 53.45 | - |
| YUV | 116.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 195 | 0.09 | 0.64 | 0 | 0.24 | 291.36 | 0.51 | 0.52 |
| Hex | B1 | 46 | C3 | 9 | 40 | 0 | 18 | 123 | 33 | 34 |
| Octal | 261 | 106 | 303 | 11 | 100 | 0 | 30 | 443 | 63 | 64 |
| Binary | 10110001 | 1000110 | 11000011 | 1001 | 1000000 | 0 | 11000 | 100100011 | 110011 | 110100 |
Color Harmonies of #B146C3
Complementary color
Monochromatic Colors of #B146C3
Black with #B146C3
Text Example
Text Example
White with #B146C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146C3; }
p { color: rgb(177,70,195); }
H1.HeaderClassName
{
color: #B146C3;
}
.AnyTagClassName
{
color: #B146C3;
}
</style>
background-color css
<style>
a { background-color: #B146C3; }
a { background-color: rgb(177,70,195); }
div.DivClassName
{
background-color: #B146C3;
}
.BgClassName
{
background-color: #B146C3;
}
</style>
border-color css
<style>
span { border-color: #B146C3; }
span { border-color: rgb(177,70,195); }
td.TdClassName
{
border-color: #B146C3;
}
.TagClassName
{
border-color: #B146C3;
}
</style>