#BA81BC

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

Shades of London Hue #BA81BC

Tints of London Hue #BA81BC

Color information

#BA81BC (or 0xBA81BC) is unknown color: approx London Hue. HEX triplet: BA, 81 and BC. RGB value is (186,129,188). Sum of RGB (Red+Green+Blue) = 186+129+188=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81BC is #457E43. Grayscale: #989898. Windows color (decimal): -4554308 or 12353978. OLE color: 12353978.

HSL color Cylindrical-coordinate representation of color #BA81BC: hue angle of 297.97º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA81BC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186129188-
CMYK0.010.3100.26
HSL297.97º30.57%62.16%-
HSV(B)297.97º31.38%73.73%-
XYZ37.1829.7751.36-
YUV152.77147.88151.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=36.98%
G=25.65%
B=37.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861291880.010.3100.26297.9730.5762.16
HexBA81BC11F01A12a1f3e
Octal2722012741370324523776
Binary10111010100000011011110011111101101010010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81BC; }

 p { color: rgb(186,129,188); }

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

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

 a { background-color: rgb(186,129,188); }

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

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

 span { border-color: rgb(186,129,188); }

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