Html Css Color HEX #BA83BB London Hue

📋 copy color: '#BA83BB'

red 186 ◦ green 131 ◦ blue 187

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

Shades of London Hue #BA83BB

Tints of London Hue #BA83BB

RGB

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

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

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

R = 36.9%
G = 25.99%
B = 37.1%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA83BB (or 0xBA83BB) is known color: London Hue. HEX triplet: BA, 83 and BB. RGB value is (186,131,187). Sum of RGB (Red+Green+Blue) = 186+131+187=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83BB is #457C44. Grayscale: #999999. Windows color (decimal): -4553797 or 12288954. OLE color: 12288954.

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

Color convert

RGB 186 131 187 -
CMYK 0.01 0.30 0 0.27
HSL 298.93º 0.29% 0.62% -
HSV(B) 298.93º 0.3% 0.73% -
XYZ 37.34 30.26 50.89 -
YUV 153.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 186 131 187 0.01 0.30 0 0.27 298.93 0.29 0.62
Hex BA 83 BB 1 1E 0 1B 12B 1D 3E
Octal 272 203 273 1 36 0 33 453 35 76
Binary 10111010 10000011 10111011 1 11110 0 11011 100101011 11101 111110

Color Harmonies of #BA83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83BB

Black with #BA83BB

Text Example


Text Example

White with #BA83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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