Html Css Color HEX #B378B1 London Hue

📋 copy color: '#B378B1'

red 179 ◦ green 120 ◦ blue 177

#B378B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B378B1

Tints of London Hue #B378B1

RGB

 RED value IS 179 (70.31% from 255) = 37.61%

 GREEN value IS 120 (47.27% from 255) = 25.21%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 37.61%
G = 25.21%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B378B1 (or 0xB378B1) is known color: London Hue. HEX triplet: B3, 78 and B1. RGB value is (179,120,177). Sum of RGB (Red+Green+Blue) = 179+120+177=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B378B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378B1 is #4C874E. Grayscale: #8F8F8F. Windows color (decimal): -5015375 or 11630771. OLE color: 11630771.

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

Color convert

RGB 179 120 177 -
CMYK 0 0.33 0.01 0.30
HSL 302.03º 0.28% 0.59% -
HSV(B) 302.03º 0.33% 0.7% -
XYZ 33.24 26.19 44.9 -
YUV 144.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 179 120 177 0 0.33 0.01 0.30 302.03 0.28 0.59
Hex B3 78 B1 0 21 1 1E 12E 1C 3B
Octal 263 170 261 0 41 1 36 456 34 73
Binary 10110011 1111000 10110001 0 100001 1 11110 100101110 11100 111011

Color Harmonies of #B378B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378B1

Black with #B378B1

Text Example


Text Example

White with #B378B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378B1; }

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

 H1.HeaderClassName
 {
   color: #B378B1;
 }
 .AnyTagClassName
 {
   color: #B378B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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