Html Css Color HEX #BA78BA London Hue

📋 copy color: '#BA78BA'

red 186 ◦ green 120 ◦ blue 186

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

Shades of London Hue #BA78BA

Tints of London Hue #BA78BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.39%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 37.8%
G = 24.39%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA78BA (or 0xBA78BA) is known color: London Hue. HEX triplet: BA, 78 and BA. RGB value is (186,120,186). Sum of RGB (Red+Green+Blue) = 186+120+186=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78BA is #458745. Grayscale: #939393. Windows color (decimal): -4556614 or 12220602. OLE color: 12220602.

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

Color convert

RGB 186 120 186 -
CMYK 0 0.35 0 0.27
HSL 300º 0.32% 0.6% -
HSV(B) 300º 0.35% 0.73% -
XYZ 35.83 27.42 49.86 -
YUV 147.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 186 120 186 0 0.35 0 0.27 300 0.32 0.6
Hex BA 78 BA 0 23 0 1B 12C 20 3C
Octal 272 170 272 0 43 0 33 454 40 74
Binary 10111010 1111000 10111010 0 100011 0 11011 100101100 100000 111100

Color Harmonies of #BA78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78BA

Black with #BA78BA

Text Example


Text Example

White with #BA78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78BA; }

 p { color: rgb(186,120,186); }

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

background-color css

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

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

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

border-color css

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

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

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