#B977E1

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

Shades of Medium Orchid #B977E1

Tints of Medium Orchid #B977E1

Color information

#B977E1 (or 0xB977E1) is unknown color: approx Medium Orchid. HEX triplet: B9, 77 and E1. RGB value is (185,119,225). Sum of RGB (Red+Green+Blue) = 185+119+225=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #B977E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977E1 is #46881E. Grayscale: #969696. Windows color (decimal): -4622367 or 14776249. OLE color: 14776249.

HSL color Cylindrical-coordinate representation of color #B977E1: hue angle of 277.36º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B977E1 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185119225-
CMYK0.180.4700.12
HSL277.36º63.86%67.45%-
HSV(B)277.36º47.11%88.24%-
XYZ40.228.9474.7-
YUV150.82169.87152.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 119 (46.88% from 255) = 22.50%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=34.97%
G=22.50%
B=42.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851192250.180.4700.12277.3663.8667.45
HexB977E1122F0C1154043
Octal2711673412257014425100103
Binary10111001111011111100001100101011110110010001010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977E1; }

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

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

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

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

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

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

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

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