#B977DA

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

Shades of Medium Orchid #B977DA

Tints of Medium Orchid #B977DA

Color information

#B977DA (or 0xB977DA) is unknown color: approx Medium Orchid. HEX triplet: B9, 77 and DA. RGB value is (185,119,218). Sum of RGB (Red+Green+Blue) = 185+119+218=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #B977DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977DA is #468825. Grayscale: #959595. Windows color (decimal): -4622374 or 14317497. OLE color: 14317497.

HSL color Cylindrical-coordinate representation of color #B977DA: hue angle of 280º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B977DA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185119218-
CMYK0.150.4500.15
HSL280º57.23%66.08%-
HSV(B)280º45.41%85.49%-
XYZ39.2628.5769.78-
YUV150.02166.37152.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 119 (46.88% from 255) = 22.80%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=35.44%
G=22.80%
B=41.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851192180.150.4500.1528057.2366.08
HexB977DAF2D0F1183942
Octal271167332175501743071102
Binary101110011110111110110101111101101011111000110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977DA; }

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

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

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

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

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

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

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

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