Html Css Color HEX #BA83AD London Hue

📋 copy color: '#BA83AD'

red 186 ◦ green 131 ◦ blue 173

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

Shades of London Hue #BA83AD

Tints of London Hue #BA83AD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.73%

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

R = 37.96%
G = 26.73%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA83AD (or 0xBA83AD) is known color: London Hue. HEX triplet: BA, 83 and AD. RGB value is (186,131,173). Sum of RGB (Red+Green+Blue) = 186+131+173=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83AD is #457C52. Grayscale: #989898. Windows color (decimal): -4553811 or 11371450. OLE color: 11371450.

HSL color Cylindrical-coordinate representation of color #BA83AD: hue angle of 314.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA83AD is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 173 -
CMYK 0 0.30 0.07 0.27
HSL 314.18º 0.28% 0.62% -
HSV(B) 314.18º 0.3% 0.73% -
XYZ 35.91 29.69 43.37 -
YUV 152.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 186 131 173 0 0.30 0.07 0.27 314.18 0.28 0.62
Hex BA 83 AD 0 1E 7 1B 13A 1C 3E
Octal 272 203 255 0 36 7 33 472 34 76
Binary 10111010 10000011 10101101 0 11110 111 11011 100111010 11100 111110

Color Harmonies of #BA83AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83AD

Black with #BA83AD

Text Example


Text Example

White with #BA83AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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