Shades of Medium Orchid #B778DF
Tints of Medium Orchid #B778DF
RGB
CMYK
RGB Variations
Color information
#B778DF (or 0xB778DF) is known color: Medium Orchid. HEX triplet: B7, 78 and DF. RGB value is (183,120,223). Sum of RGB (Red+Green+Blue) = 183+120+223=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #B778DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778DF is #488720. Grayscale: #969696. Windows color (decimal): -4753185 or 14645431. OLE color: 14645431.
HSL color Cylindrical-coordinate representation of color #B778DF: hue angle of 276.7º degrees, saturation: 0.62, 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 #B778DF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 120 | 223 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.13 |
| HSL | 276.7º | 0.62% | 0.67% | - |
| HSV(B) | 276.7º | 0.46% | 0.87% | - |
| XYZ | 39.56 | 28.83 | 73.29 | - |
| YUV | 150.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 223 | 0.18 | 0.46 | 0 | 0.13 | 276.7 | 0.62 | 0.67 |
| Hex | B7 | 78 | DF | 12 | 2E | 0 | D | 115 | 3E | 43 |
| Octal | 267 | 170 | 337 | 22 | 56 | 0 | 15 | 425 | 76 | 103 |
| Binary | 10110111 | 1111000 | 11011111 | 10010 | 101110 | 0 | 1101 | 100010101 | 111110 | 1000011 |
Color Harmonies of #B778DF
Complementary color
Monochromatic Colors of #B778DF
Black with #B778DF
Text Example
Text Example
White with #B778DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778DF; }
p { color: rgb(183,120,223); }
H1.HeaderClassName
{
color: #B778DF;
}
.AnyTagClassName
{
color: #B778DF;
}
</style>
background-color css
<style>
a { background-color: #B778DF; }
a { background-color: rgb(183,120,223); }
div.DivClassName
{
background-color: #B778DF;
}
.BgClassName
{
background-color: #B778DF;
}
</style>
border-color css
<style>
span { border-color: #B778DF; }
span { border-color: rgb(183,120,223); }
td.TdClassName
{
border-color: #B778DF;
}
.TagClassName
{
border-color: #B778DF;
}
</style>