Html Css Color HEX #BA7DBB London Hue

📋 copy color: '#BA7DBB'

red 186 ◦ green 125 ◦ blue 187

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

Shades of London Hue #BA7DBB

Tints of London Hue #BA7DBB

RGB

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

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

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

R = 37.35%
G = 25.1%
B = 37.55%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA7DBB (or 0xBA7DBB) is known color: London Hue. HEX triplet: BA, 7D and BB. RGB value is (186,125,187). Sum of RGB (Red+Green+Blue) = 186+125+187=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DBB is #458244. Grayscale: #969696. Windows color (decimal): -4555333 or 12287418. OLE color: 12287418.

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

Color convert

RGB 186 125 187 -
CMYK 0.01 0.33 0 0.27
HSL 299.03º 0.31% 0.61% -
HSV(B) 299.03º 0.33% 0.73% -
XYZ 36.55 28.69 50.63 -
YUV 150.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 186 125 187 0.01 0.33 0 0.27 299.03 0.31 0.61
Hex BA 7D BB 1 21 0 1B 12B 1F 3D
Octal 272 175 273 1 41 0 33 453 37 75
Binary 10111010 1111101 10111011 1 100001 0 11011 100101011 11111 111101

Color Harmonies of #BA7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DBB

Black with #BA7DBB

Text Example


Text Example

White with #BA7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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