Shades of Medium Orchid #B777DF
Tints of Medium Orchid #B777DF
RGB
CMYK
RGB Variations
Color information
#B777DF (or 0xB777DF) is known color: Medium Orchid. HEX triplet: B7, 77 and DF. RGB value is (183,119,223). Sum of RGB (Red+Green+Blue) = 183+119+223=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #B777DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777DF is #488820. Grayscale: #959595. Windows color (decimal): -4753441 or 14645175. OLE color: 14645175.
HSL color Cylindrical-coordinate representation of color #B777DF: hue angle of 276.92º 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 #B777DF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 119 | 223 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.13 |
| HSL | 276.92º | 0.62% | 0.67% | - |
| HSV(B) | 276.92º | 0.47% | 0.87% | - |
| XYZ | 39.44 | 28.59 | 73.25 | - |
| YUV | 149.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 223 | 0.18 | 0.47 | 0 | 0.13 | 276.92 | 0.62 | 0.67 |
| Hex | B7 | 77 | DF | 12 | 2F | 0 | D | 115 | 3E | 43 |
| Octal | 267 | 167 | 337 | 22 | 57 | 0 | 15 | 425 | 76 | 103 |
| Binary | 10110111 | 1110111 | 11011111 | 10010 | 101111 | 0 | 1101 | 100010101 | 111110 | 1000011 |
Color Harmonies of #B777DF
Complementary color
Monochromatic Colors of #B777DF
Black with #B777DF
Text Example
Text Example
White with #B777DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777DF; }
p { color: rgb(183,119,223); }
H1.HeaderClassName
{
color: #B777DF;
}
.AnyTagClassName
{
color: #B777DF;
}
</style>
background-color css
<style>
a { background-color: #B777DF; }
a { background-color: rgb(183,119,223); }
div.DivClassName
{
background-color: #B777DF;
}
.BgClassName
{
background-color: #B777DF;
}
</style>
border-color css
<style>
span { border-color: #B777DF; }
span { border-color: rgb(183,119,223); }
td.TdClassName
{
border-color: #B777DF;
}
.TagClassName
{
border-color: #B777DF;
}
</style>