Shades of Medium Orchid #B776DF
Tints of Medium Orchid #B776DF
RGB
CMYK
RGB Variations
Color information
#B776DF (or 0xB776DF) is known color: Medium Orchid. HEX triplet: B7, 76 and DF. RGB value is (183,118,223). Sum of RGB (Red+Green+Blue) = 183+118+223=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #B776DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776DF is #488920. Grayscale: #959595. Windows color (decimal): -4753697 or 14644919. OLE color: 14644919.
HSL color Cylindrical-coordinate representation of color #B776DF: hue angle of 277.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B776DF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 118 | 223 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.13 |
| HSL | 277.14º | 0.62% | 0.67% | - |
| HSV(B) | 277.14º | 0.47% | 0.87% | - |
| XYZ | 39.33 | 28.35 | 73.21 | - |
| YUV | 149.41 | 169.53 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 223 | 0.18 | 0.47 | 0 | 0.13 | 277.14 | 0.62 | 0.67 |
| Hex | B7 | 76 | DF | 12 | 2F | 0 | D | 115 | 3E | 43 |
| Octal | 267 | 166 | 337 | 22 | 57 | 0 | 15 | 425 | 76 | 103 |
| Binary | 10110111 | 1110110 | 11011111 | 10010 | 101111 | 0 | 1101 | 100010101 | 111110 | 1000011 |
Color Harmonies of #B776DF
Complementary color
Monochromatic Colors of #B776DF
Black with #B776DF
Text Example
Text Example
White with #B776DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B776DF; }
p { color: rgb(183,118,223); }
H1.HeaderClassName
{
color: #B776DF;
}
.AnyTagClassName
{
color: #B776DF;
}
</style>
background-color css
<style>
a { background-color: #B776DF; }
a { background-color: rgb(183,118,223); }
div.DivClassName
{
background-color: #B776DF;
}
.BgClassName
{
background-color: #B776DF;
}
</style>
border-color css
<style>
span { border-color: #B776DF; }
span { border-color: rgb(183,118,223); }
td.TdClassName
{
border-color: #B776DF;
}
.TagClassName
{
border-color: #B776DF;
}
</style>