Html Css Color HEX #BA85B9 London Hue

📋 copy color: '#BA85B9'

red 186 ◦ green 133 ◦ blue 185

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

Shades of London Hue #BA85B9

Tints of London Hue #BA85B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 36.9%
G = 26.39%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA85B9 (or 0xBA85B9) is known color: London Hue. HEX triplet: BA, 85 and B9. RGB value is (186,133,185). Sum of RGB (Red+Green+Blue) = 186+133+185=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85B9 is #457A46. Grayscale: #9A9A9A. Windows color (decimal): -4553287 or 12158394. OLE color: 12158394.

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

Color convert

RGB 186 133 185 -
CMYK 0 0.28 0.01 0.27
HSL 301.13º 0.28% 0.63% -
HSV(B) 301.13º 0.28% 0.73% -
XYZ 37.39 30.72 49.86 -
YUV 154.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 186 133 185 0 0.28 0.01 0.27 301.13 0.28 0.63
Hex BA 85 B9 0 1C 1 1B 12D 1C 3F
Octal 272 205 271 0 34 1 33 455 34 77
Binary 10111010 10000101 10111001 0 11100 1 11011 100101101 11100 111111

Color Harmonies of #BA85B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85B9

Black with #BA85B9

Text Example


Text Example

White with #BA85B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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