Html Css Color HEX #B377B0 London Hue

📋 copy color: '#B377B0'

red 179 ◦ green 119 ◦ blue 176

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

Shades of London Hue #B377B0

Tints of London Hue #B377B0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.11%

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 37.76%
G = 25.11%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B377B0 (or 0xB377B0) is known color: London Hue. HEX triplet: B3, 77 and B0. RGB value is (179,119,176). Sum of RGB (Red+Green+Blue) = 179+119+176=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B377B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377B0 is #4C884F. Grayscale: #8F8F8F. Windows color (decimal): -5015632 or 11564979. OLE color: 11564979.

HSL color Cylindrical-coordinate representation of color #B377B0: hue angle of 303º 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 #B377B0 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 119 176 -
CMYK 0 0.34 0.02 0.30
HSL 303º 0.28% 0.58% -
HSV(B) 303º 0.34% 0.7% -
XYZ 33.02 25.91 44.34 -
YUV 143.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 179 119 176 0 0.34 0.02 0.30 303 0.28 0.58
Hex B3 77 B0 0 22 2 1E 12F 1C 3A
Octal 263 167 260 0 42 2 36 457 34 72
Binary 10110011 1110111 10110000 0 100010 10 11110 100101111 11100 111010

Color Harmonies of #B377B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377B0

Black with #B377B0

Text Example


Text Example

White with #B377B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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