Html Css Color HEX #BA72AF London Hue

📋 copy color: '#BA72AF'

red 186 ◦ green 114 ◦ blue 175

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

Shades of London Hue #BA72AF

Tints of London Hue #BA72AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 39.16%
G = 24%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA72AF (or 0xBA72AF) is known color: London Hue. HEX triplet: BA, 72 and AF. RGB value is (186,114,175). Sum of RGB (Red+Green+Blue) = 186+114+175=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72AF is #458D50. Grayscale: #8E8E8E. Windows color (decimal): -4558161 or 11498170. OLE color: 11498170.

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

Color convert

RGB 186 114 175 -
CMYK 0 0.39 0.06 0.27
HSL 309.17º 0.34% 0.59% -
HSV(B) 309.17º 0.39% 0.73% -
XYZ 34 25.57 43.7 -
YUV 142.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 186 114 175 0 0.39 0.06 0.27 309.17 0.34 0.59
Hex BA 72 AF 0 27 6 1B 135 22 3B
Octal 272 162 257 0 47 6 33 465 42 73
Binary 10111010 1110010 10101111 0 100111 110 11011 100110101 100010 111011

Color Harmonies of #BA72AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72AF

Black with #BA72AF

Text Example


Text Example

White with #BA72AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72AF; }

 p { color: rgb(186,114,175); }

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

background-color css

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

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

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

border-color css

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

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

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