Html Css Color HEX #BA88BA London Hue

📋 copy color: '#BA88BA'

red 186 ◦ green 136 ◦ blue 186

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

Shades of London Hue #BA88BA

Tints of London Hue #BA88BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.77%

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

R = 36.61%
G = 26.77%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA88BA (or 0xBA88BA) is known color: London Hue. HEX triplet: BA, 88 and BA. RGB value is (186,136,186). Sum of RGB (Red+Green+Blue) = 186+136+186=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88BA is #457745. Grayscale: #9C9C9C. Windows color (decimal): -4552518 or 12224698. OLE color: 12224698.

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

Color convert

RGB 186 136 186 -
CMYK 0 0.27 0 0.27
HSL 300º 0.27% 0.63% -
HSV(B) 300º 0.27% 0.73% -
XYZ 37.92 31.59 50.55 -
YUV 156.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 186 136 186 0 0.27 0 0.27 300 0.27 0.63
Hex BA 88 BA 0 1B 0 1B 12C 1B 3F
Octal 272 210 272 0 33 0 33 454 33 77
Binary 10111010 10001000 10111010 0 11011 0 11011 100101100 11011 111111

Color Harmonies of #BA88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88BA

Black with #BA88BA

Text Example


Text Example

White with #BA88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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