Html Css Color HEX #BA84BA London Hue

📋 copy color: '#BA84BA'

red 186 ◦ green 132 ◦ blue 186

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

Shades of London Hue #BA84BA

Tints of London Hue #BA84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.19%

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

R = 36.9%
G = 26.19%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA84BA (or 0xBA84BA) is known color: London Hue. HEX triplet: BA, 84 and BA. RGB value is (186,132,186). Sum of RGB (Red+Green+Blue) = 186+132+186=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA84BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84BA is #457B45. Grayscale: #9A9A9A. Windows color (decimal): -4553542 or 12223674. OLE color: 12223674.

HSL color Cylindrical-coordinate representation of color #BA84BA: 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.29%. Process color model (Four color, CMYK) of #BA84BA is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 186 -
CMYK 0 0.29 0 0.27
HSL 300º 0.28% 0.62% -
HSV(B) 300º 0.29% 0.73% -
XYZ 37.36 30.49 50.37 -
YUV 154.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 186 132 186 0 0.29 0 0.27 300 0.28 0.62
Hex BA 84 BA 0 1D 0 1B 12C 1C 3E
Octal 272 204 272 0 35 0 33 454 34 76
Binary 10111010 10000100 10111010 0 11101 0 11011 100101100 11100 111110

Color Harmonies of #BA84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84BA

Black with #BA84BA

Text Example


Text Example

White with #BA84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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