Shades of Medium Orchid #B770C7
Tints of Medium Orchid #B770C7
RGB
CMYK
RGB Variations
Color information
#B770C7 (or 0xB770C7) is known color: Medium Orchid. HEX triplet: B7, 70 and C7. RGB value is (183,112,199). Sum of RGB (Red+Green+Blue) = 183+112+199=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 199 - color contains mainly: blue. Hex color #B770C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770C7 is #488F38. Grayscale: #8E8E8E. Windows color (decimal): -4755257 or 13070519. OLE color: 13070519.
HSL color Cylindrical-coordinate representation of color #B770C7: hue angle of 288.97º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B770C7 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 112 | 199 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.22 |
| HSL | 288.97º | 0.44% | 0.61% | - |
| HSV(B) | 288.97º | 0.44% | 0.78% | - |
| XYZ | 35.63 | 25.78 | 57.13 | - |
| YUV | 143.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 199 | 0.08 | 0.44 | 0 | 0.22 | 288.97 | 0.44 | 0.61 |
| Hex | B7 | 70 | C7 | 8 | 2C | 0 | 16 | 121 | 2C | 3D |
| Octal | 267 | 160 | 307 | 10 | 54 | 0 | 26 | 441 | 54 | 75 |
| Binary | 10110111 | 1110000 | 11000111 | 1000 | 101100 | 0 | 10110 | 100100001 | 101100 | 111101 |
Color Harmonies of #B770C7
Complementary color
Monochromatic Colors of #B770C7
Black with #B770C7
Text Example
Text Example
White with #B770C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770C7; }
p { color: rgb(183,112,199); }
H1.HeaderClassName
{
color: #B770C7;
}
.AnyTagClassName
{
color: #B770C7;
}
</style>
background-color css
<style>
a { background-color: #B770C7; }
a { background-color: rgb(183,112,199); }
div.DivClassName
{
background-color: #B770C7;
}
.BgClassName
{
background-color: #B770C7;
}
</style>
border-color css
<style>
span { border-color: #B770C7; }
span { border-color: rgb(183,112,199); }
td.TdClassName
{
border-color: #B770C7;
}
.TagClassName
{
border-color: #B770C7;
}
</style>