Shades of Medium Orchid #B766C4
Tints of Medium Orchid #B766C4
RGB
CMYK
RGB Variations
Color information
#B766C4 (or 0xB766C4) is known color: Medium Orchid. HEX triplet: B7, 66 and C4. RGB value is (183,102,196). Sum of RGB (Red+Green+Blue) = 183+102+196=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #B766C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766C4 is #48993B. Grayscale: #888888. Windows color (decimal): -4757820 or 12871351. OLE color: 12871351.
HSL color Cylindrical-coordinate representation of color #B766C4: hue angle of 291.7º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B766C4 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 102 | 196 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.23 |
| HSL | 291.7º | 0.44% | 0.58% | - |
| HSV(B) | 291.7º | 0.48% | 0.77% | - |
| XYZ | 34.24 | 23.56 | 54.97 | - |
| YUV | 136.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 196 | 0.07 | 0.48 | 0 | 0.23 | 291.7 | 0.44 | 0.58 |
| Hex | B7 | 66 | C4 | 7 | 30 | 0 | 17 | 124 | 2C | 3A |
| Octal | 267 | 146 | 304 | 7 | 60 | 0 | 27 | 444 | 54 | 72 |
| Binary | 10110111 | 1100110 | 11000100 | 111 | 110000 | 0 | 10111 | 100100100 | 101100 | 111010 |
Color Harmonies of #B766C4
Complementary color
Monochromatic Colors of #B766C4
Black with #B766C4
Text Example
Text Example
White with #B766C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766C4; }
p { color: rgb(183,102,196); }
H1.HeaderClassName
{
color: #B766C4;
}
.AnyTagClassName
{
color: #B766C4;
}
</style>
background-color css
<style>
a { background-color: #B766C4; }
a { background-color: rgb(183,102,196); }
div.DivClassName
{
background-color: #B766C4;
}
.BgClassName
{
background-color: #B766C4;
}
</style>
border-color css
<style>
span { border-color: #B766C4; }
span { border-color: rgb(183,102,196); }
td.TdClassName
{
border-color: #B766C4;
}
.TagClassName
{
border-color: #B766C4;
}
</style>