Shades of Medium Orchid #B069C0
Tints of Medium Orchid #B069C0
RGB
CMYK
RGB Variations
Color information
#B069C0 (or 0xB069C0) is known color: Medium Orchid. HEX triplet: B0, 69 and C0. RGB value is (176,105,192). Sum of RGB (Red+Green+Blue) = 176+105+192=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #B069C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069C0 is #4F963F. Grayscale: #878787. Windows color (decimal): -5215808 or 12609968. OLE color: 12609968.
HSL color Cylindrical-coordinate representation of color #B069C0: hue angle of 288.97º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B069C0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 105 | 192 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.25 |
| HSL | 288.97º | 0.41% | 0.58% | - |
| HSV(B) | 288.97º | 0.45% | 0.75% | - |
| XYZ | 32.47 | 23.14 | 52.62 | - |
| YUV | 136.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 192 | 0.08 | 0.45 | 0 | 0.25 | 288.97 | 0.41 | 0.58 |
| Hex | B0 | 69 | C0 | 8 | 2D | 0 | 19 | 121 | 29 | 3A |
| Octal | 260 | 151 | 300 | 10 | 55 | 0 | 31 | 441 | 51 | 72 |
| Binary | 10110000 | 1101001 | 11000000 | 1000 | 101101 | 0 | 11001 | 100100001 | 101001 | 111010 |
Color Harmonies of #B069C0
Complementary color
Monochromatic Colors of #B069C0
Black with #B069C0
Text Example
Text Example
White with #B069C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069C0; }
p { color: rgb(176,105,192); }
H1.HeaderClassName
{
color: #B069C0;
}
.AnyTagClassName
{
color: #B069C0;
}
</style>
background-color css
<style>
a { background-color: #B069C0; }
a { background-color: rgb(176,105,192); }
div.DivClassName
{
background-color: #B069C0;
}
.BgClassName
{
background-color: #B069C0;
}
</style>
border-color css
<style>
span { border-color: #B069C0; }
span { border-color: rgb(176,105,192); }
td.TdClassName
{
border-color: #B069C0;
}
.TagClassName
{
border-color: #B069C0;
}
</style>