Html Css Color HEX #BA83B1 London Hue

📋 copy color: '#BA83B1'

red 186 ◦ green 131 ◦ blue 177

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

Shades of London Hue #BA83B1

Tints of London Hue #BA83B1

RGB

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

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

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

R = 37.65%
G = 26.52%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA83B1 (or 0xBA83B1) is known color: London Hue. HEX triplet: BA, 83 and B1. RGB value is (186,131,177). Sum of RGB (Red+Green+Blue) = 186+131+177=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83B1 is #457C4E. Grayscale: #989898. Windows color (decimal): -4553807 or 11633594. OLE color: 11633594.

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

Color convert

RGB 186 131 177 -
CMYK 0 0.30 0.05 0.27
HSL 309.82º 0.28% 0.62% -
HSV(B) 309.82º 0.3% 0.73% -
XYZ 36.3 29.85 45.44 -
YUV 152.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 186 131 177 0 0.30 0.05 0.27 309.82 0.28 0.62
Hex BA 83 B1 0 1E 5 1B 136 1C 3E
Octal 272 203 261 0 36 5 33 466 34 76
Binary 10111010 10000011 10110001 0 11110 101 11011 100110110 11100 111110

Color Harmonies of #BA83B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83B1

Black with #BA83B1

Text Example


Text Example

White with #BA83B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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