Html Css Color HEX #BA80BC London Hue

📋 copy color: '#BA80BC'

red 186 ◦ green 128 ◦ blue 188

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

Shades of London Hue #BA80BC

Tints of London Hue #BA80BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.5%

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 37.05%
G = 25.5%
B = 37.45%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA80BC (or 0xBA80BC) is known color: London Hue. HEX triplet: BA, 80 and BC. RGB value is (186,128,188). Sum of RGB (Red+Green+Blue) = 186+128+188=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80BC is #457F43. Grayscale: #989898. Windows color (decimal): -4554564 or 12353722. OLE color: 12353722.

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

Color convert

RGB 186 128 188 -
CMYK 0.01 0.32 0 0.26
HSL 298º 0.31% 0.62% -
HSV(B) 298º 0.32% 0.74% -
XYZ 37.05 29.51 51.32 -
YUV 152.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 186 128 188 0.01 0.32 0 0.26 298 0.31 0.62
Hex BA 80 BC 1 20 0 1A 12A 1F 3E
Octal 272 200 274 1 40 0 32 452 37 76
Binary 10111010 10000000 10111100 1 100000 0 11010 100101010 11111 111110

Color Harmonies of #BA80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80BC

Black with #BA80BC

Text Example


Text Example

White with #BA80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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