Shades of Medium Orchid #B060E0
Tints of Medium Orchid #B060E0
RGB
CMYK
RGB Variations
Color information
#B060E0 (or 0xB060E0) is known color: Medium Orchid. HEX triplet: B0, 60 and E0. RGB value is (176,96,224). Sum of RGB (Red+Green+Blue) = 176+96+224=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #B060E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060E0 is #4F9F1F. Grayscale: #868686. Windows color (decimal): -5218080 or 14704816. OLE color: 14704816.
HSL color Cylindrical-coordinate representation of color #B060E0: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B060E0 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 96 | 224 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.12 |
| HSL | 277.5º | 0.67% | 0.63% | - |
| HSV(B) | 277.5º | 0.57% | 0.88% | - |
| XYZ | 35.54 | 22.98 | 73.08 | - |
| YUV | 134.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 224 | 0.21 | 0.57 | 0 | 0.12 | 277.5 | 0.67 | 0.63 |
| Hex | B0 | 60 | E0 | 15 | 39 | 0 | C | 116 | 43 | 3F |
| Octal | 260 | 140 | 340 | 25 | 71 | 0 | 14 | 426 | 103 | 77 |
| Binary | 10110000 | 1100000 | 11100000 | 10101 | 111001 | 0 | 1100 | 100010110 | 1000011 | 111111 |
Color Harmonies of #B060E0
Complementary color
Monochromatic Colors of #B060E0
Black with #B060E0
Text Example
Text Example
White with #B060E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B060E0; }
p { color: rgb(176,96,224); }
H1.HeaderClassName
{
color: #B060E0;
}
.AnyTagClassName
{
color: #B060E0;
}
</style>
background-color css
<style>
a { background-color: #B060E0; }
a { background-color: rgb(176,96,224); }
div.DivClassName
{
background-color: #B060E0;
}
.BgClassName
{
background-color: #B060E0;
}
</style>
border-color css
<style>
span { border-color: #B060E0; }
span { border-color: rgb(176,96,224); }
td.TdClassName
{
border-color: #B060E0;
}
.TagClassName
{
border-color: #B060E0;
}
</style>