Html Css Color HEX #B877BA London Hue

📋 copy color: '#B877BA'

red 184 ◦ green 119 ◦ blue 186

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

Shades of London Hue #B877BA

Tints of London Hue #B877BA

RGB

 RED value IS 184 (72.27% from 255) = 37.63%

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

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

R = 37.63%
G = 24.34%
B = 38.04%

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

#B877BA (or 0xB877BA) is known color: London Hue. HEX triplet: B8, 77 and BA. RGB value is (184,119,186). Sum of RGB (Red+Green+Blue) = 184+119+186=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 119 (46.88% from 255 or 24.34% 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 #B877BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877BA is #478845. Grayscale: #919191. Windows color (decimal): -4687942 or 12220344. OLE color: 12220344.

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

Color convert

RGB 184 119 186 -
CMYK 0.01 0.36 0 0.27
HSL 298.21º 0.33% 0.6% -
HSV(B) 298.21º 0.36% 0.73% -
XYZ 35.23 26.93 49.8 -
YUV 146.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 184 119 186 0.01 0.36 0 0.27 298.21 0.33 0.6
Hex B8 77 BA 1 24 0 1B 12A 21 3C
Octal 270 167 272 1 44 0 33 452 41 74
Binary 10111000 1110111 10111010 1 100100 0 11011 100101010 100001 111100

Color Harmonies of #B877BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B877BA

Black with #B877BA

Text Example


Text Example

White with #B877BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B877BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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