#BA83BB

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

Shades of London Hue #BA83BB

Tints of London Hue #BA83BB

Color information

#BA83BB (or 0xBA83BB) is unknown color: approx London Hue. HEX triplet: BA, 83 and BB. RGB value is (186,131,187). Sum of RGB (Red+Green+Blue) = 186+131+187=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83BB is #457C44. Grayscale: #999999. Windows color (decimal): -4553797 or 12288954. OLE color: 12288954.

HSL color Cylindrical-coordinate representation of color #BA83BB: hue angle of 298.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA83BB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186131187-
CMYK0.010.3000.27
HSL298.93º29.17%62.35%-
HSV(B)298.93º29.95%73.33%-
XYZ37.3430.2650.89-
YUV153.83146.72150.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=36.90%
G=25.99%
B=37.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861311870.010.3000.27298.9329.1762.35
HexBA83BB11E01B12b1d3e
Octal2722032731360334533576
Binary10111010100000111011101111111001101110010101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83BB; }

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

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

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

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

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

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

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

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