Html Css Color HEX #BA85BB London Hue

📋 copy color: '#BA85BB'

red 186 ◦ green 133 ◦ blue 187

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

Shades of London Hue #BA85BB

Tints of London Hue #BA85BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 36.76%
G = 26.28%
B = 36.96%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA85BB (or 0xBA85BB) is known color: London Hue. HEX triplet: BA, 85 and BB. RGB value is (186,133,187). Sum of RGB (Red+Green+Blue) = 186+133+187=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85BB is #457A44. Grayscale: #9A9A9A. Windows color (decimal): -4553285 or 12289466. OLE color: 12289466.

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

Color convert

RGB 186 133 187 -
CMYK 0.01 0.29 0 0.27
HSL 298.89º 0.28% 0.63% -
HSV(B) 298.89º 0.29% 0.73% -
XYZ 37.61 30.8 50.98 -
YUV 155 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 186 133 187 0.01 0.29 0 0.27 298.89 0.28 0.63
Hex BA 85 BB 1 1D 0 1B 12B 1C 3F
Octal 272 205 273 1 35 0 33 453 34 77
Binary 10111010 10000101 10111011 1 11101 0 11011 100101011 11100 111111

Color Harmonies of #BA85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85BB

Black with #BA85BB

Text Example


Text Example

White with #BA85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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