Html Css Color HEX #BB7DAD London Hue

📋 copy color: '#BB7DAD'

red 187 ◦ green 125 ◦ blue 173

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

Shades of London Hue #BB7DAD

Tints of London Hue #BB7DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.77%

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

R = 38.56%
G = 25.77%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB7DAD (or 0xBB7DAD) is known color: London Hue. HEX triplet: BB, 7D and AD. RGB value is (187,125,173). Sum of RGB (Red+Green+Blue) = 187+125+173=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DAD is #448252. Grayscale: #949494. Windows color (decimal): -4489811 or 11369915. OLE color: 11369915.

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

Color convert

RGB 187 125 173 -
CMYK 0 0.33 0.07 0.27
HSL 313.55º 0.31% 0.61% -
HSV(B) 313.55º 0.33% 0.73% -
XYZ 35.37 28.25 43.12 -
YUV 149.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 187 125 173 0 0.33 0.07 0.27 313.55 0.31 0.61
Hex BB 7D AD 0 21 7 1B 13A 1F 3D
Octal 273 175 255 0 41 7 33 472 37 75
Binary 10111011 1111101 10101101 0 100001 111 11011 100111010 11111 111101

Color Harmonies of #BB7DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DAD

Black with #BB7DAD

Text Example


Text Example

White with #BB7DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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