Html Css Color HEX #BA79BB London Hue

📋 copy color: '#BA79BB'

red 186 ◦ green 121 ◦ blue 187

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

Shades of London Hue #BA79BB

Tints of London Hue #BA79BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 37.65%
G = 24.49%
B = 37.85%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA79BB (or 0xBA79BB) is known color: London Hue. HEX triplet: BA, 79 and BB. RGB value is (186,121,187). Sum of RGB (Red+Green+Blue) = 186+121+187=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA79BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79BB is #458644. Grayscale: #939393. Windows color (decimal): -4556357 or 12286394. OLE color: 12286394.

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

Color convert

RGB 186 121 187 -
CMYK 0.01 0.35 0 0.27
HSL 299.09º 0.33% 0.6% -
HSV(B) 299.09º 0.35% 0.73% -
XYZ 36.06 27.7 50.46 -
YUV 147.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 186 121 187 0.01 0.35 0 0.27 299.09 0.33 0.6
Hex BA 79 BB 1 23 0 1B 12B 21 3C
Octal 272 171 273 1 43 0 33 453 41 74
Binary 10111010 1111001 10111011 1 100011 0 11011 100101011 100001 111100

Color Harmonies of #BA79BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79BB

Black with #BA79BB

Text Example


Text Example

White with #BA79BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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