#B977D7

Color #B977D7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B977D7

Tints of Medium Orchid #B977D7

Color information

#B977D7 (or 0xB977D7) is unknown color: approx Medium Orchid. HEX triplet: B9, 77 and D7. RGB value is (185,119,215). Sum of RGB (Red+Green+Blue) = 185+119+215=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #B977D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977D7 is #468828. Grayscale: #959595. Windows color (decimal): -4622377 or 14120889. OLE color: 14120889.

HSL color Cylindrical-coordinate representation of color #B977D7: hue angle of 281.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B977D7 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185119215-
CMYK0.140.4500.16
HSL281.25º54.55%65.49%-
HSV(B)281.25º44.65%84.31%-
XYZ38.8728.4167.73-
YUV149.68164.87153.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 119 (46.88% from 255) = 22.93%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=35.65%
G=22.93%
B=41.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851192150.140.4500.16281.2554.5565.49
HexB977D7E2D0101193741
Octal271167327165502043167101
Binary1011100111101111101011111101011010100001000110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977D7; }

 p { color: rgb(185,119,215); }

 H1.HeaderClassName
 {
   color: #B977D7;
 }
 .AnyTagClassName
 {
   color: #B977D7;
 }
</style>
background-color css

<style>
 a { background-color: #B977D7; }

 a { background-color: rgb(185,119,215); }

 div.DivClassName
 {
   background-color: #B977D7;
 }
 .BgClassName
 {
   background-color: #B977D7;
 }
</style>
border-color css

<style>
 span { border-color: #B977D7; }

 span { border-color: rgb(185,119,215); }

 td.TdClassName
 {
   border-color: #B977D7;
 }
 .TagClassName
 {
   border-color: #B977D7;
 }
</style>