Html Css Color HEX #BA85BE London Hue

📋 copy color: '#BA85BE'

red 186 ◦ green 133 ◦ blue 190

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

Shades of London Hue #BA85BE

Tints of London Hue #BA85BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.13%

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 36.54%
G = 26.13%
B = 37.33%

CMYK

 C value IS 0.02

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA85BE (or 0xBA85BE) is known color: London Hue. HEX triplet: BA, 85 and BE. RGB value is (186,133,190). Sum of RGB (Red+Green+Blue) = 186+133+190=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85BE is #457A41. Grayscale: #9B9B9B. Windows color (decimal): -4553282 or 12486074. OLE color: 12486074.

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

Color convert

RGB 186 133 190 -
CMYK 0.02 0.3 0 0.25
HSL 295.79º 0.3% 0.63% -
HSV(B) 295.79º 0.3% 0.75% -
XYZ 37.93 30.93 52.69 -
YUV 155.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 186 133 190 0.02 0.3 0 0.25 295.79 0.3 0.63
Hex BA 85 BE 2 1E 0 19 128 1E 3F
Octal 272 205 276 2 36 0 31 450 36 77
Binary 10111010 10000101 10111110 10 11110 0 11001 100101000 11110 111111

Color Harmonies of #BA85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85BE

Black with #BA85BE

Text Example


Text Example

White with #BA85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85BE; }

 p { color: rgb(186,133,190); }

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

background-color css

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

 a { background-color: rgb(186,133,190); }

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

border-color css

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

 span { border-color: rgb(186,133,190); }

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