Html Css Color HEX #BA79B2 London Hue

📋 copy color: '#BA79B2'

red 186 ◦ green 121 ◦ blue 178

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

Shades of London Hue #BA79B2

Tints of London Hue #BA79B2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.95%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 38.35%
G = 24.95%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA79B2 (or 0xBA79B2) is known color: London Hue. HEX triplet: BA, 79 and B2. RGB value is (186,121,178). Sum of RGB (Red+Green+Blue) = 186+121+178=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA79B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA79B2 is #45864D. Grayscale: #929292. Windows color (decimal): -4556366 or 11696570. OLE color: 11696570.

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

Color convert

RGB 186 121 178 -
CMYK 0 0.35 0.04 0.27
HSL 307.38º 0.32% 0.6% -
HSV(B) 307.38º 0.35% 0.73% -
XYZ 35.12 27.33 45.54 -
YUV 146.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 186 121 178 0 0.35 0.04 0.27 307.38 0.32 0.6
Hex BA 79 B2 0 23 4 1B 133 20 3C
Octal 272 171 262 0 43 4 33 463 40 74
Binary 10111010 1111001 10110010 0 100011 100 11011 100110011 100000 111100

Color Harmonies of #BA79B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79B2

Black with #BA79B2

Text Example


Text Example

White with #BA79B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79B2; }

 p { color: rgb(186,121,178); }

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

background-color css

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

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

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

border-color css

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

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

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