Shades of Medium Orchid #B770D9
Tints of Medium Orchid #B770D9
RGB
CMYK
RGB Variations
Color information
#B770D9 (or 0xB770D9) is known color: Medium Orchid. HEX triplet: B7, 70 and D9. RGB value is (183,112,217). Sum of RGB (Red+Green+Blue) = 183+112+217=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #B770D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770D9 is #488F26. Grayscale: #909090. Windows color (decimal): -4755239 or 14250167. OLE color: 14250167.
HSL color Cylindrical-coordinate representation of color #B770D9: hue angle of 280.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B770D9 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 112 | 217 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.15 |
| HSL | 280.57º | 0.58% | 0.65% | - |
| HSV(B) | 280.57º | 0.48% | 0.85% | - |
| XYZ | 37.85 | 26.67 | 68.8 | - |
| YUV | 145.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 217 | 0.16 | 0.48 | 0 | 0.15 | 280.57 | 0.58 | 0.65 |
| Hex | B7 | 70 | D9 | 10 | 30 | 0 | F | 119 | 3A | 41 |
| Octal | 267 | 160 | 331 | 20 | 60 | 0 | 17 | 431 | 72 | 101 |
| Binary | 10110111 | 1110000 | 11011001 | 10000 | 110000 | 0 | 1111 | 100011001 | 111010 | 1000001 |
Color Harmonies of #B770D9
Complementary color
Monochromatic Colors of #B770D9
Black with #B770D9
Text Example
Text Example
White with #B770D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770D9; }
p { color: rgb(183,112,217); }
H1.HeaderClassName
{
color: #B770D9;
}
.AnyTagClassName
{
color: #B770D9;
}
</style>
background-color css
<style>
a { background-color: #B770D9; }
a { background-color: rgb(183,112,217); }
div.DivClassName
{
background-color: #B770D9;
}
.BgClassName
{
background-color: #B770D9;
}
</style>
border-color css
<style>
span { border-color: #B770D9; }
span { border-color: rgb(183,112,217); }
td.TdClassName
{
border-color: #B770D9;
}
.TagClassName
{
border-color: #B770D9;
}
</style>