Html Css Color HEX #BA7DAD London Hue

📋 copy color: '#BA7DAD'

red 186 ◦ green 125 ◦ blue 173

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

Shades of London Hue #BA7DAD

Tints of London Hue #BA7DAD

RGB

 RED value IS 186 (73.05% from 255) = 38.43%

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

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

R = 38.43%
G = 25.83%
B = 35.74%

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

#BA7DAD (or 0xBA7DAD) is known color: London Hue. HEX triplet: BA, 7D and AD. RGB value is (186,125,173). Sum of RGB (Red+Green+Blue) = 186+125+173=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DAD is #458252. Grayscale: #949494. Windows color (decimal): -4555347 or 11369914. OLE color: 11369914.

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

Color convert

RGB 186 125 173 -
CMYK 0 0.33 0.07 0.27
HSL 312.79º 0.31% 0.61% -
HSV(B) 312.79º 0.33% 0.73% -
XYZ 35.13 28.12 43.11 -
YUV 148.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 186 125 173 0 0.33 0.07 0.27 312.79 0.31 0.61
Hex BA 7D AD 0 21 7 1B 139 1F 3D
Octal 272 175 255 0 41 7 33 471 37 75
Binary 10111010 1111101 10101101 0 100001 111 11011 100111001 11111 111101

Color Harmonies of #BA7DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DAD

Black with #BA7DAD

Text Example


Text Example

White with #BA7DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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