Html Css Color HEX #BB76B0 London Hue

📋 copy color: '#BB76B0'

red 187 ◦ green 118 ◦ blue 176

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

Shades of London Hue #BB76B0

Tints of London Hue #BB76B0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.53%

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

R = 38.88%
G = 24.53%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB76B0 (or 0xBB76B0) is known color: London Hue. HEX triplet: BB, 76 and B0. RGB value is (187,118,176). Sum of RGB (Red+Green+Blue) = 187+118+176=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB76B0 is #44894F. Grayscale: #919191. Windows color (decimal): -4491600 or 11564731. OLE color: 11564731.

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

Color convert

RGB 187 118 176 -
CMYK 0 0.37 0.06 0.27
HSL 309.57º 0.34% 0.6% -
HSV(B) 309.57º 0.37% 0.73% -
XYZ 34.81 26.66 44.38 -
YUV 145.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 187 118 176 0 0.37 0.06 0.27 309.57 0.34 0.6
Hex BB 76 B0 0 25 6 1B 136 22 3C
Octal 273 166 260 0 45 6 33 466 42 74
Binary 10111011 1110110 10110000 0 100101 110 11011 100110110 100010 111100

Color Harmonies of #BB76B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76B0

Black with #BB76B0

Text Example


Text Example

White with #BB76B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76B0; }

 p { color: rgb(187,118,176); }

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

background-color css

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

 a { background-color: rgb(187,118,176); }

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

border-color css

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

 span { border-color: rgb(187,118,176); }

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