Html Css Color HEX #BA85B2 London Hue

📋 copy color: '#BA85B2'

red 186 ◦ green 133 ◦ blue 178

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

Shades of London Hue #BA85B2

Tints of London Hue #BA85B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 37.42%
G = 26.76%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA85B2 (or 0xBA85B2) is known color: London Hue. HEX triplet: BA, 85 and B2. RGB value is (186,133,178). Sum of RGB (Red+Green+Blue) = 186+133+178=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85B2 is #457A4D. Grayscale: #999999. Windows color (decimal): -4553294 or 11699642. OLE color: 11699642.

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

Color convert

RGB 186 133 178 -
CMYK 0 0.28 0.04 0.27
HSL 309.06º 0.28% 0.63% -
HSV(B) 309.06º 0.28% 0.73% -
XYZ 36.67 30.43 46.06 -
YUV 153.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 186 133 178 0 0.28 0.04 0.27 309.06 0.28 0.63
Hex BA 85 B2 0 1C 4 1B 135 1C 3F
Octal 272 205 262 0 34 4 33 465 34 77
Binary 10111010 10000101 10110010 0 11100 100 11011 100110101 11100 111111

Color Harmonies of #BA85B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85B2

Black with #BA85B2

Text Example


Text Example

White with #BA85B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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