Shades of Medium Orchid #B770C3
Tints of Medium Orchid #B770C3
RGB
CMYK
RGB Variations
Color information
#B770C3 (or 0xB770C3) is known color: Medium Orchid. HEX triplet: B7, 70 and C3. RGB value is (183,112,195). Sum of RGB (Red+Green+Blue) = 183+112+195=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #B770C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770C3 is #488F3C. Grayscale: #8E8E8E. Windows color (decimal): -4755261 or 12808375. OLE color: 12808375.
HSL color Cylindrical-coordinate representation of color #B770C3: hue angle of 291.33º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B770C3 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 112 | 195 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.24 |
| HSL | 291.33º | 0.41% | 0.6% | - |
| HSV(B) | 291.33º | 0.43% | 0.76% | - |
| XYZ | 35.17 | 25.6 | 54.72 | - |
| YUV | 142.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 195 | 0.06 | 0.43 | 0 | 0.24 | 291.33 | 0.41 | 0.6 |
| Hex | B7 | 70 | C3 | 6 | 2B | 0 | 18 | 123 | 29 | 3C |
| Octal | 267 | 160 | 303 | 6 | 53 | 0 | 30 | 443 | 51 | 74 |
| Binary | 10110111 | 1110000 | 11000011 | 110 | 101011 | 0 | 11000 | 100100011 | 101001 | 111100 |
Color Harmonies of #B770C3
Complementary color
Monochromatic Colors of #B770C3
Black with #B770C3
Text Example
Text Example
White with #B770C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770C3; }
p { color: rgb(183,112,195); }
H1.HeaderClassName
{
color: #B770C3;
}
.AnyTagClassName
{
color: #B770C3;
}
</style>
background-color css
<style>
a { background-color: #B770C3; }
a { background-color: rgb(183,112,195); }
div.DivClassName
{
background-color: #B770C3;
}
.BgClassName
{
background-color: #B770C3;
}
</style>
border-color css
<style>
span { border-color: #B770C3; }
span { border-color: rgb(183,112,195); }
td.TdClassName
{
border-color: #B770C3;
}
.TagClassName
{
border-color: #B770C3;
}
</style>