Html Css Color HEX #BB76B4 London Hue

📋 copy color: '#BB76B4'

red 187 ◦ green 118 ◦ blue 180

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

Shades of London Hue #BB76B4

Tints of London Hue #BB76B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 38.56%
G = 24.33%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB76B4 (or 0xBB76B4) is known color: London Hue. HEX triplet: BB, 76 and B4. RGB value is (187,118,180). Sum of RGB (Red+Green+Blue) = 187+118+180=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76B4 is #44894B. Grayscale: #919191. Windows color (decimal): -4491596 or 11826875. OLE color: 11826875.

HSL color Cylindrical-coordinate representation of color #BB76B4: hue angle of 306.09º 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 #BB76B4 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 180 -
CMYK 0 0.37 0.04 0.27
HSL 306.09º 0.34% 0.6% -
HSV(B) 306.09º 0.37% 0.73% -
XYZ 35.21 26.82 46.5 -
YUV 145.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 187 118 180 0 0.37 0.04 0.27 306.09 0.34 0.6
Hex BB 76 B4 0 25 4 1B 132 22 3C
Octal 273 166 264 0 45 4 33 462 42 74
Binary 10111011 1110110 10110100 0 100101 100 11011 100110010 100010 111100

Color Harmonies of #BB76B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76B4

Black with #BB76B4

Text Example


Text Example

White with #BB76B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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