Html Css Color HEX #BA7CBB London Hue

📋 copy color: '#BA7CBB'

red 186 ◦ green 124 ◦ blue 187

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

Shades of London Hue #BA7CBB

Tints of London Hue #BA7CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.95%

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

R = 37.42%
G = 24.95%
B = 37.63%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA7CBB (or 0xBA7CBB) is known color: London Hue. HEX triplet: BA, 7C and BB. RGB value is (186,124,187). Sum of RGB (Red+Green+Blue) = 186+124+187=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA7CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CBB is #458344. Grayscale: #959595. Windows color (decimal): -4555589 or 12287162. OLE color: 12287162.

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

Color convert

RGB 186 124 187 -
CMYK 0.01 0.34 0 0.27
HSL 299.05º 0.32% 0.61% -
HSV(B) 299.05º 0.34% 0.73% -
XYZ 36.43 28.44 50.58 -
YUV 149.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 186 124 187 0.01 0.34 0 0.27 299.05 0.32 0.61
Hex BA 7C BB 1 22 0 1B 12B 20 3D
Octal 272 174 273 1 42 0 33 453 40 75
Binary 10111010 1111100 10111011 1 100010 0 11011 100101011 100000 111101

Color Harmonies of #BA7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CBB

Black with #BA7CBB

Text Example


Text Example

White with #BA7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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