Html Css Color HEX #BB7AB0 London Hue

📋 copy color: '#BB7AB0'

red 187 ◦ green 122 ◦ blue 176

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

Shades of London Hue #BB7AB0

Tints of London Hue #BB7AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.15%

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

R = 38.56%
G = 25.15%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB7AB0 (or 0xBB7AB0) is known color: London Hue. HEX triplet: BB, 7A and B0. RGB value is (187,122,176). Sum of RGB (Red+Green+Blue) = 187+122+176=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AB0 is #44854F. Grayscale: #939393. Windows color (decimal): -4490576 or 11565755. OLE color: 11565755.

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

Color convert

RGB 187 122 176 -
CMYK 0 0.35 0.06 0.27
HSL 310.15º 0.32% 0.61% -
HSV(B) 310.15º 0.35% 0.73% -
XYZ 35.29 27.62 44.55 -
YUV 147.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 187 122 176 0 0.35 0.06 0.27 310.15 0.32 0.61
Hex BB 7A B0 0 23 6 1B 136 20 3D
Octal 273 172 260 0 43 6 33 466 40 75
Binary 10111011 1111010 10110000 0 100011 110 11011 100110110 100000 111101

Color Harmonies of #BB7AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7AB0

Black with #BB7AB0

Text Example


Text Example

White with #BB7AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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