Shades of Medium Orchid #B060C5
Tints of Medium Orchid #B060C5
RGB
CMYK
RGB Variations
Color information
#B060C5 (or 0xB060C5) is known color: Medium Orchid. HEX triplet: B0, 60 and C5. RGB value is (176,96,197). Sum of RGB (Red+Green+Blue) = 176+96+197=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #B060C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060C5 is #4F9F3A. Grayscale: #838383. Windows color (decimal): -5218107 or 12935344. OLE color: 12935344.
HSL color Cylindrical-coordinate representation of color #B060C5: hue angle of 287.52º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B060C5 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 96 | 197 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.23 |
| HSL | 287.52º | 0.47% | 0.57% | - |
| HSV(B) | 287.52º | 0.51% | 0.77% | - |
| XYZ | 32.17 | 21.63 | 55.3 | - |
| YUV | 131.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 197 | 0.11 | 0.51 | 0 | 0.23 | 287.52 | 0.47 | 0.57 |
| Hex | B0 | 60 | C5 | B | 33 | 0 | 17 | 120 | 2F | 39 |
| Octal | 260 | 140 | 305 | 13 | 63 | 0 | 27 | 440 | 57 | 71 |
| Binary | 10110000 | 1100000 | 11000101 | 1011 | 110011 | 0 | 10111 | 100100000 | 101111 | 111001 |
Color Harmonies of #B060C5
Complementary color
Monochromatic Colors of #B060C5
Black with #B060C5
Text Example
Text Example
White with #B060C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B060C5; }
p { color: rgb(176,96,197); }
H1.HeaderClassName
{
color: #B060C5;
}
.AnyTagClassName
{
color: #B060C5;
}
</style>
background-color css
<style>
a { background-color: #B060C5; }
a { background-color: rgb(176,96,197); }
div.DivClassName
{
background-color: #B060C5;
}
.BgClassName
{
background-color: #B060C5;
}
</style>
border-color css
<style>
span { border-color: #B060C5; }
span { border-color: rgb(176,96,197); }
td.TdClassName
{
border-color: #B060C5;
}
.TagClassName
{
border-color: #B060C5;
}
</style>