Html Css Color HEX #BB7BAE London Hue

📋 copy color: '#BB7BAE'

red 187 ◦ green 123 ◦ blue 174

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

Shades of London Hue #BB7BAE

Tints of London Hue #BB7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 38.64%
G = 25.41%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB7BAE (or 0xBB7BAE) is known color: London Hue. HEX triplet: BB, 7B and AE. RGB value is (187,123,174). Sum of RGB (Red+Green+Blue) = 187+123+174=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BAE is #448451. Grayscale: #939393. Windows color (decimal): -4490322 or 11434939. OLE color: 11434939.

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

Color convert

RGB 187 123 174 -
CMYK 0 0.34 0.07 0.27
HSL 312.19º 0.32% 0.61% -
HSV(B) 312.19º 0.34% 0.73% -
XYZ 35.22 27.79 43.55 -
YUV 147.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 187 123 174 0 0.34 0.07 0.27 312.19 0.32 0.61
Hex BB 7B AE 0 22 7 1B 138 20 3D
Octal 273 173 256 0 42 7 33 470 40 75
Binary 10111011 1111011 10101110 0 100010 111 11011 100111000 100000 111101

Color Harmonies of #BB7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BAE

Black with #BB7BAE

Text Example


Text Example

White with #BB7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BAE; }

 p { color: rgb(187,123,174); }

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

background-color css

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

 a { background-color: rgb(187,123,174); }

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

border-color css

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

 span { border-color: rgb(187,123,174); }

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