Html Css Color HEX #BA7EBA London Hue

📋 copy color: '#BA7EBA'

red 186 ◦ green 126 ◦ blue 186

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

Shades of London Hue #BA7EBA

Tints of London Hue #BA7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.3%

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

R = 37.35%
G = 25.3%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA7EBA (or 0xBA7EBA) is known color: London Hue. HEX triplet: BA, 7E and BA. RGB value is (186,126,186). Sum of RGB (Red+Green+Blue) = 186+126+186=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7EBA is #458145. Grayscale: #969696. Windows color (decimal): -4555078 or 12222138. OLE color: 12222138.

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

Color convert

RGB 186 126 186 -
CMYK 0 0.32 0 0.27
HSL 300º 0.3% 0.61% -
HSV(B) 300º 0.32% 0.73% -
XYZ 36.57 28.91 50.11 -
YUV 150.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 186 126 186 0 0.32 0 0.27 300 0.3 0.61
Hex BA 7E BA 0 20 0 1B 12C 1E 3D
Octal 272 176 272 0 40 0 33 454 36 75
Binary 10111010 1111110 10111010 0 100000 0 11011 100101100 11110 111101

Color Harmonies of #BA7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EBA

Black with #BA7EBA

Text Example


Text Example

White with #BA7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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