Shades of Medium Orchid #B060C0
Tints of Medium Orchid #B060C0
RGB
CMYK
RGB Variations
Color information
#B060C0 (or 0xB060C0) is known color: Medium Orchid. HEX triplet: B0, 60 and C0. RGB value is (176,96,192). Sum of RGB (Red+Green+Blue) = 176+96+192=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #B060C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060C0 is #4F9F3F. Grayscale: #828282. Windows color (decimal): -5218112 or 12607664. OLE color: 12607664.
HSL color Cylindrical-coordinate representation of color #B060C0: hue angle of 290º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B060C0 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 96 | 192 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.25 |
| HSL | 290º | 0.43% | 0.56% | - |
| HSV(B) | 290º | 0.5% | 0.75% | - |
| XYZ | 31.6 | 21.4 | 52.33 | - |
| YUV | 130.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 192 | 0.08 | 0.50 | 0 | 0.25 | 290 | 0.43 | 0.56 |
| Hex | B0 | 60 | C0 | 8 | 32 | 0 | 19 | 122 | 2B | 38 |
| Octal | 260 | 140 | 300 | 10 | 62 | 0 | 31 | 442 | 53 | 70 |
| Binary | 10110000 | 1100000 | 11000000 | 1000 | 110010 | 0 | 11001 | 100100010 | 101011 | 111000 |
Color Harmonies of #B060C0
Complementary color
Monochromatic Colors of #B060C0
Black with #B060C0
Text Example
Text Example
White with #B060C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B060C0; }
p { color: rgb(176,96,192); }
H1.HeaderClassName
{
color: #B060C0;
}
.AnyTagClassName
{
color: #B060C0;
}
</style>
background-color css
<style>
a { background-color: #B060C0; }
a { background-color: rgb(176,96,192); }
div.DivClassName
{
background-color: #B060C0;
}
.BgClassName
{
background-color: #B060C0;
}
</style>
border-color css
<style>
span { border-color: #B060C0; }
span { border-color: rgb(176,96,192); }
td.TdClassName
{
border-color: #B060C0;
}
.TagClassName
{
border-color: #B060C0;
}
</style>