Html Css Color HEX #BA7BBB London Hue

📋 copy color: '#BA7BBB'

red 186 ◦ green 123 ◦ blue 187

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

Shades of London Hue #BA7BBB

Tints of London Hue #BA7BBB

RGB

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

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

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

R = 37.5%
G = 24.8%
B = 37.7%

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

#BA7BBB (or 0xBA7BBB) is known color: London Hue. HEX triplet: BA, 7B and BB. RGB value is (186,123,187). Sum of RGB (Red+Green+Blue) = 186+123+187=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BBB is #458444. Grayscale: #949494. Windows color (decimal): -4555845 or 12286906. OLE color: 12286906.

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

Color convert

RGB 186 123 187 -
CMYK 0.01 0.34 0 0.27
HSL 299.06º 0.32% 0.61% -
HSV(B) 299.06º 0.34% 0.73% -
XYZ 36.3 28.19 50.54 -
YUV 149.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 186 123 187 0.01 0.34 0 0.27 299.06 0.32 0.61
Hex BA 7B BB 1 22 0 1B 12B 20 3D
Octal 272 173 273 1 42 0 33 453 40 75
Binary 10111010 1111011 10111011 1 100010 0 11011 100101011 100000 111101

Color Harmonies of #BA7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BBB

Black with #BA7BBB

Text Example


Text Example

White with #BA7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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