Html Css Color HEX #BA84BB London Hue

📋 copy color: '#BA84BB'

red 186 ◦ green 132 ◦ blue 187

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

Shades of London Hue #BA84BB

Tints of London Hue #BA84BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.14%

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 36.83%
G = 26.14%
B = 37.03%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA84BB (or 0xBA84BB) is known color: London Hue. HEX triplet: BA, 84 and BB. RGB value is (186,132,187). Sum of RGB (Red+Green+Blue) = 186+132+187=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84BB is #457B44. Grayscale: #9A9A9A. Windows color (decimal): -4553541 or 12289210. OLE color: 12289210.

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

Color convert

RGB 186 132 187 -
CMYK 0.01 0.29 0 0.27
HSL 298.91º 0.29% 0.63% -
HSV(B) 298.91º 0.29% 0.73% -
XYZ 37.47 30.53 50.93 -
YUV 154.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 186 132 187 0.01 0.29 0 0.27 298.91 0.29 0.63
Hex BA 84 BB 1 1D 0 1B 12B 1D 3F
Octal 272 204 273 1 35 0 33 453 35 77
Binary 10111010 10000100 10111011 1 11101 0 11011 100101011 11101 111111

Color Harmonies of #BA84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84BB

Black with #BA84BB

Text Example


Text Example

White with #BA84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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