Html Css Color HEX #B778BA London Hue

📋 copy color: '#B778BA'

red 183 ◦ green 120 ◦ blue 186

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

Shades of London Hue #B778BA

Tints of London Hue #B778BA

RGB

 RED value IS 183 (71.88% from 255) = 37.42%

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

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

R = 37.42%
G = 24.54%
B = 38.04%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B778BA (or 0xB778BA) is known color: London Hue. HEX triplet: B7, 78 and BA. RGB value is (183,120,186). Sum of RGB (Red+Green+Blue) = 183+120+186=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #B778BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778BA is #488745. Grayscale: #929292. Windows color (decimal): -4753222 or 12220599. OLE color: 12220599.

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

Color convert

RGB 183 120 186 -
CMYK 0.02 0.35 0 0.27
HSL 297.27º 0.32% 0.6% -
HSV(B) 297.27º 0.35% 0.73% -
XYZ 35.11 27.05 49.82 -
YUV 146.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 183 120 186 0.02 0.35 0 0.27 297.27 0.32 0.6
Hex B7 78 BA 2 23 0 1B 129 20 3C
Octal 267 170 272 2 43 0 33 451 40 74
Binary 10110111 1111000 10111010 10 100011 0 11011 100101001 100000 111100

Color Harmonies of #B778BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B778BA

Black with #B778BA

Text Example


Text Example

White with #B778BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B778BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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