Html Css Color HEX #BA7DB4 London Hue

📋 copy color: '#BA7DB4'

red 186 ◦ green 125 ◦ blue 180

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

Shades of London Hue #BA7DB4

Tints of London Hue #BA7DB4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.46%

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

R = 37.88%
G = 25.46%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA7DB4 (or 0xBA7DB4) is known color: London Hue. HEX triplet: BA, 7D and B4. RGB value is (186,125,180). Sum of RGB (Red+Green+Blue) = 186+125+180=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DB4 is #45824B. Grayscale: #959595. Windows color (decimal): -4555340 or 11828666. OLE color: 11828666.

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

Color convert

RGB 186 125 180 -
CMYK 0 0.33 0.03 0.27
HSL 305.9º 0.31% 0.61% -
HSV(B) 305.9º 0.33% 0.73% -
XYZ 35.82 28.4 46.77 -
YUV 149.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 186 125 180 0 0.33 0.03 0.27 305.9 0.31 0.61
Hex BA 7D B4 0 21 3 1B 132 1F 3D
Octal 272 175 264 0 41 3 33 462 37 75
Binary 10111010 1111101 10110100 0 100001 11 11011 100110010 11111 111101

Color Harmonies of #BA7DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DB4

Black with #BA7DB4

Text Example


Text Example

White with #BA7DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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