Shades of Medium Orchid #B06CC0
Tints of Medium Orchid #B06CC0
RGB
CMYK
RGB Variations
Color information
#B06CC0 (or 0xB06CC0) is known color: Medium Orchid. HEX triplet: B0, 6C and C0. RGB value is (176,108,192). Sum of RGB (Red+Green+Blue) = 176+108+192=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #B06CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CC0 is #4F933F. Grayscale: #898989. Windows color (decimal): -5215040 or 12610736. OLE color: 12610736.
HSL color Cylindrical-coordinate representation of color #B06CC0: hue angle of 288.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06CC0 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 108 | 192 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.25 |
| HSL | 288.57º | 0.4% | 0.59% | - |
| HSV(B) | 288.57º | 0.44% | 0.75% | - |
| XYZ | 32.78 | 23.76 | 52.73 | - |
| YUV | 137.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 192 | 0.08 | 0.44 | 0 | 0.25 | 288.57 | 0.4 | 0.59 |
| Hex | B0 | 6C | C0 | 8 | 2C | 0 | 19 | 121 | 28 | 3B |
| Octal | 260 | 154 | 300 | 10 | 54 | 0 | 31 | 441 | 50 | 73 |
| Binary | 10110000 | 1101100 | 11000000 | 1000 | 101100 | 0 | 11001 | 100100001 | 101000 | 111011 |
Color Harmonies of #B06CC0
Complementary color
Monochromatic Colors of #B06CC0
Black with #B06CC0
Text Example
Text Example
White with #B06CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CC0; }
p { color: rgb(176,108,192); }
H1.HeaderClassName
{
color: #B06CC0;
}
.AnyTagClassName
{
color: #B06CC0;
}
</style>
background-color css
<style>
a { background-color: #B06CC0; }
a { background-color: rgb(176,108,192); }
div.DivClassName
{
background-color: #B06CC0;
}
.BgClassName
{
background-color: #B06CC0;
}
</style>
border-color css
<style>
span { border-color: #B06CC0; }
span { border-color: rgb(176,108,192); }
td.TdClassName
{
border-color: #B06CC0;
}
.TagClassName
{
border-color: #B06CC0;
}
</style>