Html Css Color HEX #BA83BA London Hue

📋 copy color: '#BA83BA'

red 186 ◦ green 131 ◦ blue 186

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

Shades of London Hue #BA83BA

Tints of London Hue #BA83BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 36.98%
G = 26.04%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA83BA (or 0xBA83BA) is known color: London Hue. HEX triplet: BA, 83 and BA. RGB value is (186,131,186). Sum of RGB (Red+Green+Blue) = 186+131+186=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83BA is #457C45. Grayscale: #999999. Windows color (decimal): -4553798 or 12223418. OLE color: 12223418.

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

Color convert

RGB 186 131 186 -
CMYK 0 0.30 0 0.27
HSL 300º 0.28% 0.62% -
HSV(B) 300º 0.3% 0.73% -
XYZ 37.23 30.22 50.32 -
YUV 153.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 186 131 186 0 0.30 0 0.27 300 0.28 0.62
Hex BA 83 BA 0 1E 0 1B 12C 1C 3E
Octal 272 203 272 0 36 0 33 454 34 76
Binary 10111010 10000011 10111010 0 11110 0 11011 100101100 11100 111110

Color Harmonies of #BA83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83BA

Black with #BA83BA

Text Example


Text Example

White with #BA83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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