Shades of Medium Orchid #B06ECB
Tints of Medium Orchid #B06ECB
RGB
CMYK
RGB Variations
Color information
#B06ECB (or 0xB06ECB) is known color: Medium Orchid. HEX triplet: B0, 6E and CB. RGB value is (176,110,203). Sum of RGB (Red+Green+Blue) = 176+110+203=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #B06ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ECB is #4F9134. Grayscale: #8C8C8C. Windows color (decimal): -5214517 or 13332144. OLE color: 13332144.
HSL color Cylindrical-coordinate representation of color #B06ECB: hue angle of 282.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B06ECB is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 110 | 203 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.20 |
| HSL | 282.58º | 0.47% | 0.61% | - |
| HSV(B) | 282.58º | 0.46% | 0.8% | - |
| XYZ | 34.26 | 24.69 | 59.46 | - |
| YUV | 140.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 203 | 0.13 | 0.46 | 0 | 0.20 | 282.58 | 0.47 | 0.61 |
| Hex | B0 | 6E | CB | D | 2E | 0 | 14 | 11B | 2F | 3D |
| Octal | 260 | 156 | 313 | 15 | 56 | 0 | 24 | 433 | 57 | 75 |
| Binary | 10110000 | 1101110 | 11001011 | 1101 | 101110 | 0 | 10100 | 100011011 | 101111 | 111101 |
Color Harmonies of #B06ECB
Complementary color
Monochromatic Colors of #B06ECB
Black with #B06ECB
Text Example
Text Example
White with #B06ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06ECB; }
p { color: rgb(176,110,203); }
H1.HeaderClassName
{
color: #B06ECB;
}
.AnyTagClassName
{
color: #B06ECB;
}
</style>
background-color css
<style>
a { background-color: #B06ECB; }
a { background-color: rgb(176,110,203); }
div.DivClassName
{
background-color: #B06ECB;
}
.BgClassName
{
background-color: #B06ECB;
}
</style>
border-color css
<style>
span { border-color: #B06ECB; }
span { border-color: rgb(176,110,203); }
td.TdClassName
{
border-color: #B06ECB;
}
.TagClassName
{
border-color: #B06ECB;
}
</style>