Html Css Color HEX #BA85B5 London Hue

📋 copy color: '#BA85B5'

red 186 ◦ green 133 ◦ blue 181

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

Shades of London Hue #BA85B5

Tints of London Hue #BA85B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 37.2%
G = 26.6%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA85B5 (or 0xBA85B5) is known color: London Hue. HEX triplet: BA, 85 and B5. RGB value is (186,133,181). Sum of RGB (Red+Green+Blue) = 186+133+181=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85B5 is #457A4A. Grayscale: #9A9A9A. Windows color (decimal): -4553291 or 11896250. OLE color: 11896250.

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

Color convert

RGB 186 133 181 -
CMYK 0 0.28 0.03 0.27
HSL 305.66º 0.28% 0.63% -
HSV(B) 305.66º 0.28% 0.73% -
XYZ 36.98 30.55 47.66 -
YUV 154.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 186 133 181 0 0.28 0.03 0.27 305.66 0.28 0.63
Hex BA 85 B5 0 1C 3 1B 132 1C 3F
Octal 272 205 265 0 34 3 33 462 34 77
Binary 10111010 10000101 10110101 0 11100 11 11011 100110010 11100 111111

Color Harmonies of #BA85B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85B5

Black with #BA85B5

Text Example


Text Example

White with #BA85B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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