Shades of Medium Orchid #B977D5
Tints of Medium Orchid #B977D5
RGB
CMYK
RGB Variations
Color information
#B977D5 (or 0xB977D5) is known color: Medium Orchid. HEX triplet: B9, 77 and D5. RGB value is (185,119,213). Sum of RGB (Red+Green+Blue) = 185+119+213=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #B977D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977D5 is #46882A. Grayscale: #959595. Windows color (decimal): -4622379 or 13989817. OLE color: 13989817.
HSL color Cylindrical-coordinate representation of color #B977D5: hue angle of 282.13º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B977D5 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 185 | 119 | 213 | - |
CMYK | 0.13 | 0.44 | 0 | 0.16 |
HSL | 282.13º | 0.53% | 0.65% | - |
HSV(B) | 282.13º | 0.44% | 0.84% | - |
XYZ | 38.61 | 28.31 | 66.38 | - |
YUV | 149.45 | 163.87 | 153.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 119 | 213 | 0.13 | 0.44 | 0 | 0.16 | 282.13 | 0.53 | 0.65 |
Hex | B9 | 77 | D5 | D | 2C | 0 | 10 | 11A | 35 | 41 |
Octal | 271 | 167 | 325 | 15 | 54 | 0 | 20 | 432 | 65 | 101 |
Binary | 10111001 | 1110111 | 11010101 | 1101 | 101100 | 0 | 10000 | 100011010 | 110101 | 1000001 |
Color Harmonies of #B977D5
Complementary color
Monochromatic Colors of #B977D5
Black with #B977D5
Text Example
Text Example
White with #B977D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977D5; }
p { color: rgb(185,119,213); }
H1.HeaderClassName
{
color: #B977D5;
}
.AnyTagClassName
{
color: #B977D5;
}
</style>
background-color css
<style>
a { background-color: #B977D5; }
a { background-color: rgb(185,119,213); }
div.DivClassName
{
background-color: #B977D5;
}
.BgClassName
{
background-color: #B977D5;
}
</style>
border-color css
<style>
span { border-color: #B977D5; }
span { border-color: rgb(185,119,213); }
td.TdClassName
{
border-color: #B977D5;
}
.TagClassName
{
border-color: #B977D5;
}
</style>