Html Css Color HEX #BA85BA London Hue

📋 copy color: '#BA85BA'

red 186 ◦ green 133 ◦ blue 186

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

Shades of London Hue #BA85BA

Tints of London Hue #BA85BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 36.83%
G = 26.34%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA85BA (or 0xBA85BA) is known color: London Hue. HEX triplet: BA, 85 and BA. RGB value is (186,133,186). Sum of RGB (Red+Green+Blue) = 186+133+186=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85BA is #457A45. Grayscale: #9A9A9A. Windows color (decimal): -4553286 or 12223930. OLE color: 12223930.

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

Color convert

RGB 186 133 186 -
CMYK 0 0.28 0 0.27
HSL 300º 0.28% 0.63% -
HSV(B) 300º 0.28% 0.73% -
XYZ 37.5 30.76 50.42 -
YUV 154.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 186 133 186 0 0.28 0 0.27 300 0.28 0.63
Hex BA 85 BA 0 1C 0 1B 12C 1C 3F
Octal 272 205 272 0 34 0 33 454 34 77
Binary 10111010 10000101 10111010 0 11100 0 11011 100101100 11100 111111

Color Harmonies of #BA85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85BA

Black with #BA85BA

Text Example


Text Example

White with #BA85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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