Html Css Color HEX #BA84BD London Hue

📋 copy color: '#BA84BD'

red 186 ◦ green 132 ◦ blue 189

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

Shades of London Hue #BA84BD

Tints of London Hue #BA84BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 36.69%
G = 26.04%
B = 37.28%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA84BD (or 0xBA84BD) is known color: London Hue. HEX triplet: BA, 84 and BD. RGB value is (186,132,189). Sum of RGB (Red+Green+Blue) = 186+132+189=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84BD is #457B42. Grayscale: #9A9A9A. Windows color (decimal): -4553539 or 12420282. OLE color: 12420282.

HSL color Cylindrical-coordinate representation of color #BA84BD: hue angle of 296.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA84BD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 132 189 -
CMYK 0.02 0.30 0 0.26
HSL 296.84º 0.3% 0.63% -
HSV(B) 296.84º 0.3% 0.74% -
XYZ 37.69 30.62 52.07 -
YUV 154.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 186 132 189 0.02 0.30 0 0.26 296.84 0.3 0.63
Hex BA 84 BD 2 1E 0 1A 129 1E 3F
Octal 272 204 275 2 36 0 32 451 36 77
Binary 10111010 10000100 10111101 10 11110 0 11010 100101001 11110 111111

Color Harmonies of #BA84BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84BD

Black with #BA84BD

Text Example


Text Example

White with #BA84BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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