Shades of Medium Orchid #B060D1
Tints of Medium Orchid #B060D1
RGB
CMYK
RGB Variations
Color information
#B060D1 (or 0xB060D1) is known color: Medium Orchid. HEX triplet: B0, 60 and D1. RGB value is (176,96,209). Sum of RGB (Red+Green+Blue) = 176+96+209=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #B060D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060D1 is #4F9F2E. Grayscale: #848484. Windows color (decimal): -5218095 or 13721776. OLE color: 13721776.
HSL color Cylindrical-coordinate representation of color #B060D1: hue angle of 282.48º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B060D1 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 96 | 209 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.18 |
| HSL | 282.48º | 0.55% | 0.6% | - |
| HSV(B) | 282.48º | 0.54% | 0.82% | - |
| XYZ | 33.6 | 22.2 | 62.84 | - |
| YUV | 132.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 209 | 0.16 | 0.54 | 0 | 0.18 | 282.48 | 0.55 | 0.6 |
| Hex | B0 | 60 | D1 | 10 | 36 | 0 | 12 | 11A | 37 | 3C |
| Octal | 260 | 140 | 321 | 20 | 66 | 0 | 22 | 432 | 67 | 74 |
| Binary | 10110000 | 1100000 | 11010001 | 10000 | 110110 | 0 | 10010 | 100011010 | 110111 | 111100 |
Color Harmonies of #B060D1
Complementary color
Monochromatic Colors of #B060D1
Black with #B060D1
Text Example
Text Example
White with #B060D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B060D1; }
p { color: rgb(176,96,209); }
H1.HeaderClassName
{
color: #B060D1;
}
.AnyTagClassName
{
color: #B060D1;
}
</style>
background-color css
<style>
a { background-color: #B060D1; }
a { background-color: rgb(176,96,209); }
div.DivClassName
{
background-color: #B060D1;
}
.BgClassName
{
background-color: #B060D1;
}
</style>
border-color css
<style>
span { border-color: #B060D1; }
span { border-color: rgb(176,96,209); }
td.TdClassName
{
border-color: #B060D1;
}
.TagClassName
{
border-color: #B060D1;
}
</style>