Html Css Color HEX #BA85B6 London Hue

📋 copy color: '#BA85B6'

red 186 ◦ green 133 ◦ blue 182

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

Shades of London Hue #BA85B6

Tints of London Hue #BA85B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.33%

R = 37.13%
G = 26.55%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA85B6 (or 0xBA85B6) is known color: London Hue. HEX triplet: BA, 85 and B6. RGB value is (186,133,182). Sum of RGB (Red+Green+Blue) = 186+133+182=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85B6 is #457A49. Grayscale: #9A9A9A. Windows color (decimal): -4553290 or 11961786. OLE color: 11961786.

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

Color convert

RGB 186 133 182 -
CMYK 0 0.28 0.02 0.27
HSL 304.53º 0.28% 0.63% -
HSV(B) 304.53º 0.28% 0.73% -
XYZ 37.08 30.59 48.21 -
YUV 154.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 186 133 182 0 0.28 0.02 0.27 304.53 0.28 0.63
Hex BA 85 B6 0 1C 2 1B 131 1C 3F
Octal 272 205 266 0 34 2 33 461 34 77
Binary 10111010 10000101 10110110 0 11100 10 11011 100110001 11100 111111

Color Harmonies of #BA85B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85B6

Black with #BA85B6

Text Example


Text Example

White with #BA85B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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