Html Css Color HEX #BB77BA London Hue

📋 copy color: '#BB77BA'

red 187 ◦ green 119 ◦ blue 186

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

Shades of London Hue #BB77BA

Tints of London Hue #BB77BA

RGB

 RED value IS 187 (73.44% from 255) = 38.01%

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 38.01%
G = 24.19%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB77BA (or 0xBB77BA) is known color: London Hue. HEX triplet: BB, 77 and BA. RGB value is (187,119,186). Sum of RGB (Red+Green+Blue) = 187+119+186=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77BA is #448845. Grayscale: #929292. Windows color (decimal): -4491334 or 12220347. OLE color: 12220347.

HSL color Cylindrical-coordinate representation of color #BB77BA: hue angle of 300.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB77BA is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 186 -
CMYK 0 0.36 0.01 0.27
HSL 300.88º 0.33% 0.6% -
HSV(B) 300.88º 0.36% 0.73% -
XYZ 35.95 27.3 49.83 -
YUV 146.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 187 119 186 0 0.36 0.01 0.27 300.88 0.33 0.6
Hex BB 77 BA 0 24 1 1B 12D 21 3C
Octal 273 167 272 0 44 1 33 455 41 74
Binary 10111011 1110111 10111010 0 100100 1 11011 100101101 100001 111100

Color Harmonies of #BB77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77BA

Black with #BB77BA

Text Example


Text Example

White with #BB77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77BA; }

 p { color: rgb(187,119,186); }

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

background-color css

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

 a { background-color: rgb(187,119,186); }

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

border-color css

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

 span { border-color: rgb(187,119,186); }

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