Html Css Color HEX #BB7BAD London Hue

📋 copy color: '#BB7BAD'

red 187 ◦ green 123 ◦ blue 173

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

Shades of London Hue #BB7BAD

Tints of London Hue #BB7BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.82%

R = 38.72%
G = 25.47%
B = 35.82%

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

#BB7BAD (or 0xBB7BAD) is known color: London Hue. HEX triplet: BB, 7B and AD. RGB value is (187,123,173). Sum of RGB (Red+Green+Blue) = 187+123+173=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BAD is #448452. Grayscale: #939393. Windows color (decimal): -4490323 or 11369403. OLE color: 11369403.

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

Color convert

RGB 187 123 173 -
CMYK 0 0.34 0.07 0.27
HSL 313.13º 0.32% 0.61% -
HSV(B) 313.13º 0.34% 0.73% -
XYZ 35.12 27.75 43.04 -
YUV 147.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 187 123 173 0 0.34 0.07 0.27 313.13 0.32 0.61
Hex BB 7B AD 0 22 7 1B 139 20 3D
Octal 273 173 255 0 42 7 33 471 40 75
Binary 10111011 1111011 10101101 0 100010 111 11011 100111001 100000 111101

Color Harmonies of #BB7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BAD

Black with #BB7BAD

Text Example


Text Example

White with #BB7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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