Html Css Color HEX #B879BA London Hue

📋 copy color: '#B879BA'

red 184 ◦ green 121 ◦ blue 186

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

Shades of London Hue #B879BA

Tints of London Hue #B879BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.64%

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

R = 37.47%
G = 24.64%
B = 37.88%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B879BA (or 0xB879BA) is known color: London Hue. HEX triplet: B8, 79 and BA. RGB value is (184,121,186). Sum of RGB (Red+Green+Blue) = 184+121+186=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #B879BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879BA is #478645. Grayscale: #939393. Windows color (decimal): -4687430 or 12220856. OLE color: 12220856.

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

Color convert

RGB 184 121 186 -
CMYK 0.01 0.35 0 0.27
HSL 298.15º 0.32% 0.6% -
HSV(B) 298.15º 0.35% 0.73% -
XYZ 35.47 27.41 49.88 -
YUV 147.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 184 121 186 0.01 0.35 0 0.27 298.15 0.32 0.6
Hex B8 79 BA 1 23 0 1B 12A 20 3C
Octal 270 171 272 1 43 0 33 452 40 74
Binary 10111000 1111001 10111010 1 100011 0 11011 100101010 100000 111100

Color Harmonies of #B879BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B879BA

Black with #B879BA

Text Example


Text Example

White with #B879BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B879BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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