Shades of Medium Orchid #B066C0
Tints of Medium Orchid #B066C0
RGB
CMYK
RGB Variations
Color information
#B066C0 (or 0xB066C0) is known color: Medium Orchid. HEX triplet: B0, 66 and C0. RGB value is (176,102,192). Sum of RGB (Red+Green+Blue) = 176+102+192=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #B066C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066C0 is #4F993F. Grayscale: #868686. Windows color (decimal): -5216576 or 12609200. OLE color: 12609200.
HSL color Cylindrical-coordinate representation of color #B066C0: hue angle of 289.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B066C0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 102 | 192 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.25 |
| HSL | 289.33º | 0.42% | 0.58% | - |
| HSV(B) | 289.33º | 0.47% | 0.75% | - |
| XYZ | 32.17 | 22.54 | 52.52 | - |
| YUV | 134.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 192 | 0.08 | 0.47 | 0 | 0.25 | 289.33 | 0.42 | 0.58 |
| Hex | B0 | 66 | C0 | 8 | 2F | 0 | 19 | 121 | 2A | 3A |
| Octal | 260 | 146 | 300 | 10 | 57 | 0 | 31 | 441 | 52 | 72 |
| Binary | 10110000 | 1100110 | 11000000 | 1000 | 101111 | 0 | 11001 | 100100001 | 101010 | 111010 |
Color Harmonies of #B066C0
Complementary color
Monochromatic Colors of #B066C0
Black with #B066C0
Text Example
Text Example
White with #B066C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066C0; }
p { color: rgb(176,102,192); }
H1.HeaderClassName
{
color: #B066C0;
}
.AnyTagClassName
{
color: #B066C0;
}
</style>
background-color css
<style>
a { background-color: #B066C0; }
a { background-color: rgb(176,102,192); }
div.DivClassName
{
background-color: #B066C0;
}
.BgClassName
{
background-color: #B066C0;
}
</style>
border-color css
<style>
span { border-color: #B066C0; }
span { border-color: rgb(176,102,192); }
td.TdClassName
{
border-color: #B066C0;
}
.TagClassName
{
border-color: #B066C0;
}
</style>