Html Css Color HEX #BA79B0 London Hue

📋 copy color: '#BA79B0'

red 186 ◦ green 121 ◦ blue 176

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

Shades of London Hue #BA79B0

Tints of London Hue #BA79B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.44%

R = 38.51%
G = 25.05%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA79B0 (or 0xBA79B0) is known color: London Hue. HEX triplet: BA, 79 and B0. RGB value is (186,121,176). Sum of RGB (Red+Green+Blue) = 186+121+176=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA79B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA79B0 is #45864F. Grayscale: #929292. Windows color (decimal): -4556368 or 11565498. OLE color: 11565498.

HSL color Cylindrical-coordinate representation of color #BA79B0: hue angle of 309.23º 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 #BA79B0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 121 176 -
CMYK 0 0.35 0.05 0.27
HSL 309.23º 0.32% 0.6% -
HSV(B) 309.23º 0.35% 0.73% -
XYZ 34.92 27.25 44.49 -
YUV 146.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 186 121 176 0 0.35 0.05 0.27 309.23 0.32 0.6
Hex BA 79 B0 0 23 5 1B 135 20 3C
Octal 272 171 260 0 43 5 33 465 40 74
Binary 10111010 1111001 10110000 0 100011 101 11011 100110101 100000 111100

Color Harmonies of #BA79B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79B0

Black with #BA79B0

Text Example


Text Example

White with #BA79B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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