Html Css Color HEX #BA74AE London Hue

📋 copy color: '#BA74AE'

red 186 ◦ green 116 ◦ blue 174

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

Shades of London Hue #BA74AE

Tints of London Hue #BA74AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.37%

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 39.08%
G = 24.37%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA74AE (or 0xBA74AE) is known color: London Hue. HEX triplet: BA, 74 and AE. RGB value is (186,116,174). Sum of RGB (Red+Green+Blue) = 186+116+174=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74AE is #458B51. Grayscale: #8F8F8F. Windows color (decimal): -4557650 or 11433146. OLE color: 11433146.

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

Color convert

RGB 186 116 174 -
CMYK 0 0.38 0.06 0.27
HSL 310.29º 0.34% 0.59% -
HSV(B) 310.29º 0.38% 0.73% -
XYZ 34.14 25.99 43.26 -
YUV 143.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 186 116 174 0 0.38 0.06 0.27 310.29 0.34 0.59
Hex BA 74 AE 0 26 6 1B 136 22 3B
Octal 272 164 256 0 46 6 33 466 42 73
Binary 10111010 1110100 10101110 0 100110 110 11011 100110110 100010 111011

Color Harmonies of #BA74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74AE

Black with #BA74AE

Text Example


Text Example

White with #BA74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74AE; }

 p { color: rgb(186,116,174); }

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

background-color css

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

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

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

border-color css

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

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

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