Html Css Color HEX #BA85B4 London Hue

📋 copy color: '#BA85B4'

red 186 ◦ green 133 ◦ blue 180

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

Shades of London Hue #BA85B4

Tints of London Hue #BA85B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 37.27%
G = 26.65%
B = 36.07%

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

#BA85B4 (or 0xBA85B4) is known color: London Hue. HEX triplet: BA, 85 and B4. RGB value is (186,133,180). Sum of RGB (Red+Green+Blue) = 186+133+180=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85B4 is #457A4B. Grayscale: #9A9A9A. Windows color (decimal): -4553292 or 11830714. OLE color: 11830714.

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

Color convert

RGB 186 133 180 -
CMYK 0 0.28 0.03 0.27
HSL 306.79º 0.28% 0.63% -
HSV(B) 306.79º 0.28% 0.73% -
XYZ 36.88 30.51 47.13 -
YUV 154.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 186 133 180 0 0.28 0.03 0.27 306.79 0.28 0.63
Hex BA 85 B4 0 1C 3 1B 133 1C 3F
Octal 272 205 264 0 34 3 33 463 34 77
Binary 10111010 10000101 10110100 0 11100 11 11011 100110011 11100 111111

Color Harmonies of #BA85B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85B4

Black with #BA85B4

Text Example


Text Example

White with #BA85B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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