Html Css Color HEX #BA81B9 London Hue

📋 copy color: '#BA81B9'

red 186 ◦ green 129 ◦ blue 185

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

Shades of London Hue #BA81B9

Tints of London Hue #BA81B9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.8%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 37.2%
G = 25.8%
B = 37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA81B9 (or 0xBA81B9) is known color: London Hue. HEX triplet: BA, 81 and B9. RGB value is (186,129,185). Sum of RGB (Red+Green+Blue) = 186+129+185=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA81B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81B9 is #457E46. Grayscale: #989898. Windows color (decimal): -4554311 or 12157370. OLE color: 12157370.

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

Color convert

RGB 186 129 185 -
CMYK 0 0.31 0.01 0.27
HSL 301.05º 0.29% 0.62% -
HSV(B) 301.05º 0.31% 0.73% -
XYZ 36.86 29.64 49.68 -
YUV 152.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 186 129 185 0 0.31 0.01 0.27 301.05 0.29 0.62
Hex BA 81 B9 0 1F 1 1B 12D 1D 3E
Octal 272 201 271 0 37 1 33 455 35 76
Binary 10111010 10000001 10111001 0 11111 1 11011 100101101 11101 111110

Color Harmonies of #BA81B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA81B9

Black with #BA81B9

Text Example


Text Example

White with #BA81B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA81B9; }

 p { color: rgb(186,129,185); }

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

background-color css

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

 a { background-color: rgb(186,129,185); }

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

border-color css

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

 span { border-color: rgb(186,129,185); }

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