Html Css Color HEX #BA7BBC London Hue

📋 copy color: '#BA7BBC'

red 186 ◦ green 123 ◦ blue 188

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

Shades of London Hue #BA7BBC

Tints of London Hue #BA7BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.75%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 37.42%
G = 24.75%
B = 37.83%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA7BBC (or 0xBA7BBC) is known color: London Hue. HEX triplet: BA, 7B and BC. RGB value is (186,123,188). Sum of RGB (Red+Green+Blue) = 186+123+188=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BBC is #458443. Grayscale: #959595. Windows color (decimal): -4555844 or 12352442. OLE color: 12352442.

HSL color Cylindrical-coordinate representation of color #BA7BBC: hue angle of 298.15º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA7BBC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 123 188 -
CMYK 0.01 0.35 0 0.26
HSL 298.15º 0.33% 0.61% -
HSV(B) 298.15º 0.35% 0.74% -
XYZ 36.41 28.24 51.11 -
YUV 149.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 186 123 188 0.01 0.35 0 0.26 298.15 0.33 0.61
Hex BA 7B BC 1 23 0 1A 12A 21 3D
Octal 272 173 274 1 43 0 32 452 41 75
Binary 10111010 1111011 10111100 1 100011 0 11010 100101010 100001 111101

Color Harmonies of #BA7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BBC

Black with #BA7BBC

Text Example


Text Example

White with #BA7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BBC; }

 p { color: rgb(186,123,188); }

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

background-color css

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

 a { background-color: rgb(186,123,188); }

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

border-color css

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

 span { border-color: rgb(186,123,188); }

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