Shades of Medium Orchid #B060CB
Tints of Medium Orchid #B060CB
RGB
CMYK
RGB Variations
Color information
#B060CB (or 0xB060CB) is known color: Medium Orchid. HEX triplet: B0, 60 and CB. RGB value is (176,96,203). Sum of RGB (Red+Green+Blue) = 176+96+203=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #B060CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060CB is #4F9F34. Grayscale: #838383. Windows color (decimal): -5218101 or 13328560. OLE color: 13328560.
HSL color Cylindrical-coordinate representation of color #B060CB: hue angle of 284.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B060CB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 96 | 203 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.20 |
| HSL | 284.86º | 0.51% | 0.59% | - |
| HSV(B) | 284.86º | 0.53% | 0.8% | - |
| XYZ | 32.87 | 21.91 | 59 | - |
| YUV | 132.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 203 | 0.13 | 0.53 | 0 | 0.20 | 284.86 | 0.51 | 0.59 |
| Hex | B0 | 60 | CB | D | 35 | 0 | 14 | 11D | 33 | 3B |
| Octal | 260 | 140 | 313 | 15 | 65 | 0 | 24 | 435 | 63 | 73 |
| Binary | 10110000 | 1100000 | 11001011 | 1101 | 110101 | 0 | 10100 | 100011101 | 110011 | 111011 |
Color Harmonies of #B060CB
Complementary color
Monochromatic Colors of #B060CB
Black with #B060CB
Text Example
Text Example
White with #B060CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B060CB; }
p { color: rgb(176,96,203); }
H1.HeaderClassName
{
color: #B060CB;
}
.AnyTagClassName
{
color: #B060CB;
}
</style>
background-color css
<style>
a { background-color: #B060CB; }
a { background-color: rgb(176,96,203); }
div.DivClassName
{
background-color: #B060CB;
}
.BgClassName
{
background-color: #B060CB;
}
</style>
border-color css
<style>
span { border-color: #B060CB; }
span { border-color: rgb(176,96,203); }
td.TdClassName
{
border-color: #B060CB;
}
.TagClassName
{
border-color: #B060CB;
}
</style>