Html Css Color HEX #BA7ABA London Hue

📋 copy color: '#BA7ABA'

red 186 ◦ green 122 ◦ blue 186

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

Shades of London Hue #BA7ABA

Tints of London Hue #BA7ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.7%

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

R = 37.65%
G = 24.7%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA7ABA (or 0xBA7ABA) is known color: London Hue. HEX triplet: BA, 7A and BA. RGB value is (186,122,186). Sum of RGB (Red+Green+Blue) = 186+122+186=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ABA is #458545. Grayscale: #949494. Windows color (decimal): -4556102 or 12221114. OLE color: 12221114.

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

Color convert

RGB 186 122 186 -
CMYK 0 0.34 0 0.27
HSL 300º 0.32% 0.6% -
HSV(B) 300º 0.34% 0.73% -
XYZ 36.07 27.9 49.94 -
YUV 148.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 186 122 186 0 0.34 0 0.27 300 0.32 0.6
Hex BA 7A BA 0 22 0 1B 12C 20 3C
Octal 272 172 272 0 42 0 33 454 40 74
Binary 10111010 1111010 10111010 0 100010 0 11011 100101100 100000 111100

Color Harmonies of #BA7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7ABA

Black with #BA7ABA

Text Example


Text Example

White with #BA7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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