Html Css Color HEX #BA83B3 London Hue

📋 copy color: '#BA83B3'

red 186 ◦ green 131 ◦ blue 179

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

Shades of London Hue #BA83B3

Tints of London Hue #BA83B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 37.5%
G = 26.41%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA83B3 (or 0xBA83B3) is known color: London Hue. HEX triplet: BA, 83 and B3. RGB value is (186,131,179). Sum of RGB (Red+Green+Blue) = 186+131+179=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83B3 is #457C4C. Grayscale: #989898. Windows color (decimal): -4553805 or 11764666. OLE color: 11764666.

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

Color convert

RGB 186 131 179 -
CMYK 0 0.30 0.04 0.27
HSL 307.64º 0.28% 0.62% -
HSV(B) 307.64º 0.3% 0.73% -
XYZ 36.5 29.93 46.5 -
YUV 152.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 186 131 179 0 0.30 0.04 0.27 307.64 0.28 0.62
Hex BA 83 B3 0 1E 4 1B 134 1C 3E
Octal 272 203 263 0 36 4 33 464 34 76
Binary 10111010 10000011 10110011 0 11110 100 11011 100110100 11100 111110

Color Harmonies of #BA83B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83B3

Black with #BA83B3

Text Example


Text Example

White with #BA83B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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