Shades of Medium Orchid #B770D0
Tints of Medium Orchid #B770D0
RGB
CMYK
RGB Variations
Color information
#B770D0 (or 0xB770D0) is known color: Medium Orchid. HEX triplet: B7, 70 and D0. RGB value is (183,112,208). Sum of RGB (Red+Green+Blue) = 183+112+208=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #B770D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770D0 is #488F2F. Grayscale: #8F8F8F. Windows color (decimal): -4755248 or 13660343. OLE color: 13660343.
HSL color Cylindrical-coordinate representation of color #B770D0: hue angle of 284.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B770D0 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 112 | 208 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.18 |
| HSL | 284.38º | 0.51% | 0.63% | - |
| HSV(B) | 284.38º | 0.46% | 0.82% | - |
| XYZ | 36.71 | 26.21 | 62.8 | - |
| YUV | 144.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 208 | 0.12 | 0.46 | 0 | 0.18 | 284.38 | 0.51 | 0.63 |
| Hex | B7 | 70 | D0 | C | 2E | 0 | 12 | 11C | 33 | 3F |
| Octal | 267 | 160 | 320 | 14 | 56 | 0 | 22 | 434 | 63 | 77 |
| Binary | 10110111 | 1110000 | 11010000 | 1100 | 101110 | 0 | 10010 | 100011100 | 110011 | 111111 |
Color Harmonies of #B770D0
Complementary color
Monochromatic Colors of #B770D0
Black with #B770D0
Text Example
Text Example
White with #B770D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770D0; }
p { color: rgb(183,112,208); }
H1.HeaderClassName
{
color: #B770D0;
}
.AnyTagClassName
{
color: #B770D0;
}
</style>
background-color css
<style>
a { background-color: #B770D0; }
a { background-color: rgb(183,112,208); }
div.DivClassName
{
background-color: #B770D0;
}
.BgClassName
{
background-color: #B770D0;
}
</style>
border-color css
<style>
span { border-color: #B770D0; }
span { border-color: rgb(183,112,208); }
td.TdClassName
{
border-color: #B770D0;
}
.TagClassName
{
border-color: #B770D0;
}
</style>