#B377B1

Color #B377B1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B377B1

Tints of London Hue #B377B1

Color information

#B377B1 (or 0xB377B1) is unknown color: approx London Hue. HEX triplet: B3, 77 and B1. RGB value is (179,119,177). Sum of RGB (Red+Green+Blue) = 179+119+177=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B377B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377B1 is #4C884E. Grayscale: #8F8F8F. Windows color (decimal): -5015631 or 11630515. OLE color: 11630515.

HSL color Cylindrical-coordinate representation of color #B377B1: hue angle of 302º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B377B1 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB179119177-
CMYK00.340.010.30
HSL302º28.3%58.43%-
HSV(B)302º33.52%70.2%-
XYZ33.1225.9544.86-
YUV143.55146.88153.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=37.68%
G=25.05%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911917700.340.010.3030228.358.43
HexB377B102211E12e1c3a
Octal2631672610421364563472
Binary10110011111011110110001010001011111010010111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377B1; }

 p { color: rgb(179,119,177); }

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

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

 a { background-color: rgb(179,119,177); }

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

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

 span { border-color: rgb(179,119,177); }

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