Html Css Color HEX #BB76AF London Hue

📋 copy color: '#BB76AF'

red 187 ◦ green 118 ◦ blue 175

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

Shades of London Hue #BB76AF

Tints of London Hue #BB76AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 38.96%
G = 24.58%
B = 36.46%

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

#BB76AF (or 0xBB76AF) is known color: London Hue. HEX triplet: BB, 76 and AF. RGB value is (187,118,175). Sum of RGB (Red+Green+Blue) = 187+118+175=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB76AF is #448950. Grayscale: #909090. Windows color (decimal): -4491601 or 11499195. OLE color: 11499195.

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

Color convert

RGB 187 118 175 -
CMYK 0 0.37 0.06 0.27
HSL 310.43º 0.34% 0.6% -
HSV(B) 310.43º 0.37% 0.73% -
XYZ 34.71 26.62 43.87 -
YUV 145.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 187 118 175 0 0.37 0.06 0.27 310.43 0.34 0.6
Hex BB 76 AF 0 25 6 1B 136 22 3C
Octal 273 166 257 0 45 6 33 466 42 74
Binary 10111011 1110110 10101111 0 100101 110 11011 100110110 100010 111100

Color Harmonies of #BB76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76AF

Black with #BB76AF

Text Example


Text Example

White with #BB76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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