Html Css Color HEX #BA83B5 London Hue

📋 copy color: '#BA83B5'

red 186 ◦ green 131 ◦ blue 181

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

Shades of London Hue #BA83B5

Tints of London Hue #BA83B5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.31%

 BLUE value IS 181 (71.09% from 255) = 36.35%

R = 37.35%
G = 26.31%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA83B5 (or 0xBA83B5) is known color: London Hue. HEX triplet: BA, 83 and B5. RGB value is (186,131,181). Sum of RGB (Red+Green+Blue) = 186+131+181=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83B5 is #457C4A. Grayscale: #989898. Windows color (decimal): -4553803 or 11895738. OLE color: 11895738.

HSL color Cylindrical-coordinate representation of color #BA83B5: hue angle of 305.45º degrees, saturation: 0.28, 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 #BA83B5 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 181 -
CMYK 0 0.30 0.03 0.27
HSL 305.45º 0.28% 0.62% -
HSV(B) 305.45º 0.3% 0.73% -
XYZ 36.71 30.01 47.57 -
YUV 153.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 186 131 181 0 0.30 0.03 0.27 305.45 0.28 0.62
Hex BA 83 B5 0 1E 3 1B 131 1C 3E
Octal 272 203 265 0 36 3 33 461 34 76
Binary 10111010 10000011 10110101 0 11110 11 11011 100110001 11100 111110

Color Harmonies of #BA83B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83B5

Black with #BA83B5

Text Example


Text Example

White with #BA83B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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