Html Css Color HEX #BA82BC London Hue

📋 copy color: '#BA82BC'

red 186 ◦ green 130 ◦ blue 188

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

Shades of London Hue #BA82BC

Tints of London Hue #BA82BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.79%

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

R = 36.9%
G = 25.79%
B = 37.3%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA82BC (or 0xBA82BC) is known color: London Hue. HEX triplet: BA, 82 and BC. RGB value is (186,130,188). Sum of RGB (Red+Green+Blue) = 186+130+188=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82BC is #457D43. Grayscale: #999999. Windows color (decimal): -4554052 or 12354234. OLE color: 12354234.

HSL color Cylindrical-coordinate representation of color #BA82BC: hue angle of 297.93º degrees, saturation: 0.3, 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 #BA82BC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 130 188 -
CMYK 0.01 0.31 0 0.26
HSL 297.93º 0.3% 0.62% -
HSV(B) 297.93º 0.31% 0.74% -
XYZ 37.31 30.04 51.41 -
YUV 153.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 186 130 188 0.01 0.31 0 0.26 297.93 0.3 0.62
Hex BA 82 BC 1 1F 0 1A 12A 1E 3E
Octal 272 202 274 1 37 0 32 452 36 76
Binary 10111010 10000010 10111100 1 11111 0 11010 100101010 11110 111110

Color Harmonies of #BA82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82BC

Black with #BA82BC

Text Example


Text Example

White with #BA82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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