Html Css Color HEX #B577B1 London Hue

📋 copy color: '#B577B1'

red 181 ◦ green 119 ◦ blue 177

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

Shades of London Hue #B577B1

Tints of London Hue #B577B1

RGB

 RED value IS 181 (71.09% from 255) = 37.95%

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

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

R = 37.95%
G = 24.95%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B577B1 (or 0xB577B1) is known color: London Hue. HEX triplet: B5, 77 and B1. RGB value is (181,119,177). Sum of RGB (Red+Green+Blue) = 181+119+177=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B577B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B577B1 is #4A884E. Grayscale: #8F8F8F. Windows color (decimal): -4884559 or 11630517. OLE color: 11630517.

HSL color Cylindrical-coordinate representation of color #B577B1: hue angle of 303.87º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B577B1 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 177 -
CMYK 0 0.34 0.02 0.29
HSL 303.87º 0.3% 0.59% -
HSV(B) 303.87º 0.34% 0.71% -
XYZ 33.59 26.19 44.88 -
YUV 144.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 181 119 177 0 0.34 0.02 0.29 303.87 0.3 0.59
Hex B5 77 B1 0 22 2 1D 130 1E 3B
Octal 265 167 261 0 42 2 35 460 36 73
Binary 10110101 1110111 10110001 0 100010 10 11101 100110000 11110 111011

Color Harmonies of #B577B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B577B1

Black with #B577B1

Text Example


Text Example

White with #B577B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B577B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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