Shades of Medium Orchid #B060E6
Tints of Medium Orchid #B060E6
RGB
CMYK
RGB Variations
Color information
#B060E6 (or 0xB060E6) is known color: Medium Orchid. HEX triplet: B0, 60 and E6. RGB value is (176,96,230). Sum of RGB (Red+Green+Blue) = 176+96+230=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #B060E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B060E6 is #4F9F19. Grayscale: #868686. Windows color (decimal): -5218074 or 15098032. OLE color: 15098032.
HSL color Cylindrical-coordinate representation of color #B060E6: hue angle of 275.82º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B060E6 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 96 | 230 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.10 |
| HSL | 275.82º | 0.73% | 0.64% | - |
| HSV(B) | 275.82º | 0.58% | 0.9% | - |
| XYZ | 36.37 | 23.31 | 77.45 | - |
| YUV | 135.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 230 | 0.23 | 0.58 | 0 | 0.10 | 275.82 | 0.73 | 0.64 |
| Hex | B0 | 60 | E6 | 17 | 3A | 0 | A | 114 | 49 | 40 |
| Octal | 260 | 140 | 346 | 27 | 72 | 0 | 12 | 424 | 111 | 100 |
| Binary | 10110000 | 1100000 | 11100110 | 10111 | 111010 | 0 | 1010 | 100010100 | 1001001 | 1000000 |
Color Harmonies of #B060E6
Complementary color
Monochromatic Colors of #B060E6
Black with #B060E6
Text Example
Text Example
White with #B060E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B060E6; }
p { color: rgb(176,96,230); }
H1.HeaderClassName
{
color: #B060E6;
}
.AnyTagClassName
{
color: #B060E6;
}
</style>
background-color css
<style>
a { background-color: #B060E6; }
a { background-color: rgb(176,96,230); }
div.DivClassName
{
background-color: #B060E6;
}
.BgClassName
{
background-color: #B060E6;
}
</style>
border-color css
<style>
span { border-color: #B060E6; }
span { border-color: rgb(176,96,230); }
td.TdClassName
{
border-color: #B060E6;
}
.TagClassName
{
border-color: #B060E6;
}
</style>