Html Css Color HEX #B977BA London Hue

📋 copy color: '#B977BA'

red 185 ◦ green 119 ◦ blue 186

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

Shades of London Hue #B977BA

Tints of London Hue #B977BA

RGB

 RED value IS 185 (72.66% from 255) = 37.76%

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

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

R = 37.76%
G = 24.29%
B = 37.96%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B977BA (or 0xB977BA) is known color: London Hue. HEX triplet: B9, 77 and BA. RGB value is (185,119,186). Sum of RGB (Red+Green+Blue) = 185+119+186=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #B977BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977BA is #468845. Grayscale: #929292. Windows color (decimal): -4622406 or 12220345. OLE color: 12220345.

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

Color convert

RGB 185 119 186 -
CMYK 0.01 0.36 0 0.27
HSL 299.1º 0.33% 0.6% -
HSV(B) 299.1º 0.36% 0.73% -
XYZ 35.47 27.05 49.81 -
YUV 146.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 185 119 186 0.01 0.36 0 0.27 299.1 0.33 0.6
Hex B9 77 BA 1 24 0 1B 12B 21 3C
Octal 271 167 272 1 44 0 33 453 41 74
Binary 10111001 1110111 10111010 1 100100 0 11011 100101011 100001 111100

Color Harmonies of #B977BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977BA

Black with #B977BA

Text Example


Text Example

White with #B977BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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