Html Css Color HEX #BA86BA London Hue

📋 copy color: '#BA86BA'

red 186 ◦ green 134 ◦ blue 186

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

Shades of London Hue #BA86BA

Tints of London Hue #BA86BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.48%

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

R = 36.76%
G = 26.48%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA86BA (or 0xBA86BA) is known color: London Hue. HEX triplet: BA, 86 and BA. RGB value is (186,134,186). Sum of RGB (Red+Green+Blue) = 186+134+186=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86BA is #457945. Grayscale: #9B9B9B. Windows color (decimal): -4553030 or 12224186. OLE color: 12224186.

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

Color convert

RGB 186 134 186 -
CMYK 0 0.28 0 0.27
HSL 300º 0.27% 0.63% -
HSV(B) 300º 0.28% 0.73% -
XYZ 37.64 31.03 50.46 -
YUV 155.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 186 134 186 0 0.28 0 0.27 300 0.27 0.63
Hex BA 86 BA 0 1C 0 1B 12C 1B 3F
Octal 272 206 272 0 34 0 33 454 33 77
Binary 10111010 10000110 10111010 0 11100 0 11011 100101100 11011 111111

Color Harmonies of #BA86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA86BA

Black with #BA86BA

Text Example


Text Example

White with #BA86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA86BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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