Html Css Color HEX #BB7BB1 London Hue

📋 copy color: '#BB7BB1'

red 187 ◦ green 123 ◦ blue 177

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

Shades of London Hue #BB7BB1

Tints of London Hue #BB7BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.34%

R = 38.4%
G = 25.26%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB7BB1 (or 0xBB7BB1) is known color: London Hue. HEX triplet: BB, 7B and B1. RGB value is (187,123,177). Sum of RGB (Red+Green+Blue) = 187+123+177=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BB1 is #44844E. Grayscale: #949494. Windows color (decimal): -4490319 or 11631547. OLE color: 11631547.

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

Color convert

RGB 187 123 177 -
CMYK 0 0.34 0.05 0.27
HSL 309.38º 0.32% 0.61% -
HSV(B) 309.38º 0.34% 0.73% -
XYZ 35.51 27.91 45.11 -
YUV 148.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 187 123 177 0 0.34 0.05 0.27 309.38 0.32 0.61
Hex BB 7B B1 0 22 5 1B 135 20 3D
Octal 273 173 261 0 42 5 33 465 40 75
Binary 10111011 1111011 10110001 0 100010 101 11011 100110101 100000 111101

Color Harmonies of #BB7BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BB1

Black with #BB7BB1

Text Example


Text Example

White with #BB7BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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