Shades of Medium Orchid #B778DD
Tints of Medium Orchid #B778DD
RGB
CMYK
RGB Variations
Color information
#B778DD (or 0xB778DD) is known color: Medium Orchid. HEX triplet: B7, 78 and DD. RGB value is (183,120,221). Sum of RGB (Red+Green+Blue) = 183+120+221=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B778DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778DD is #488722. Grayscale: #969696. Windows color (decimal): -4753187 or 14514359. OLE color: 14514359.
HSL color Cylindrical-coordinate representation of color #B778DD: hue angle of 277.43º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B778DD is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 120 | 221 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.13 |
| HSL | 277.43º | 0.6% | 0.67% | - |
| HSV(B) | 277.43º | 0.46% | 0.87% | - |
| XYZ | 39.3 | 28.72 | 71.88 | - |
| YUV | 150.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 221 | 0.17 | 0.46 | 0 | 0.13 | 277.43 | 0.6 | 0.67 |
| Hex | B7 | 78 | DD | 11 | 2E | 0 | D | 115 | 3C | 43 |
| Octal | 267 | 170 | 335 | 21 | 56 | 0 | 15 | 425 | 74 | 103 |
| Binary | 10110111 | 1111000 | 11011101 | 10001 | 101110 | 0 | 1101 | 100010101 | 111100 | 1000011 |
Color Harmonies of #B778DD
Complementary color
Monochromatic Colors of #B778DD
Black with #B778DD
Text Example
Text Example
White with #B778DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778DD; }
p { color: rgb(183,120,221); }
H1.HeaderClassName
{
color: #B778DD;
}
.AnyTagClassName
{
color: #B778DD;
}
</style>
background-color css
<style>
a { background-color: #B778DD; }
a { background-color: rgb(183,120,221); }
div.DivClassName
{
background-color: #B778DD;
}
.BgClassName
{
background-color: #B778DD;
}
</style>
border-color css
<style>
span { border-color: #B778DD; }
span { border-color: rgb(183,120,221); }
td.TdClassName
{
border-color: #B778DD;
}
.TagClassName
{
border-color: #B778DD;
}
</style>