#BA74B4

Color #BA74B4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BA74B4

Tints of London Hue #BA74B4

Color information

#BA74B4 (or 0xBA74B4) is unknown color: approx London Hue. HEX triplet: BA, 74 and B4. RGB value is (186,116,180). Sum of RGB (Red+Green+Blue) = 186+116+180=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74B4 is #458B4B. Grayscale: #909090. Windows color (decimal): -4557644 or 11826362. OLE color: 11826362.

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

Color convert

RGB186116180-
CMYK00.380.030.27
HSL305.14º33.65%59.22%-
HSV(B)305.14º37.63%72.94%-
XYZ34.7326.2346.41-
YUV144.23148.19157.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=38.59%
G=24.07%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611618000.380.030.27305.1433.6559.22
HexBA74B402631B131223b
Octal2721642640463334614273
Binary1011101011101001011010001001101111011100110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74B4; }

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

 H1.HeaderClassName
 {
   color: #BA74B4;
 }
 .AnyTagClassName
 {
   color: #BA74B4;
 }
</style>
background-color css

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

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

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

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

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

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