Html Css Color HEX #B777BA London Hue

📋 copy color: '#B777BA'

red 183 ◦ green 119 ◦ blue 186

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

Shades of London Hue #B777BA

Tints of London Hue #B777BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.39%

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

R = 37.5%
G = 24.39%
B = 38.11%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B777BA (or 0xB777BA) is known color: London Hue. HEX triplet: B7, 77 and BA. RGB value is (183,119,186). Sum of RGB (Red+Green+Blue) = 183+119+186=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #B777BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777BA is #488845. Grayscale: #919191. Windows color (decimal): -4753478 or 12220343. OLE color: 12220343.

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

Color convert

RGB 183 119 186 -
CMYK 0.02 0.36 0 0.27
HSL 297.31º 0.33% 0.6% -
HSV(B) 297.31º 0.36% 0.73% -
XYZ 34.99 26.81 49.78 -
YUV 145.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 183 119 186 0.02 0.36 0 0.27 297.31 0.33 0.6
Hex B7 77 BA 2 24 0 1B 129 21 3C
Octal 267 167 272 2 44 0 33 451 41 74
Binary 10110111 1110111 10111010 10 100100 0 11011 100101001 100001 111100

Color Harmonies of #B777BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B777BA

Black with #B777BA

Text Example


Text Example

White with #B777BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B777BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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