Html Css Color HEX #B878AF London Hue

📋 copy color: '#B878AF'

red 184 ◦ green 120 ◦ blue 175

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

Shades of London Hue #B878AF

Tints of London Hue #B878AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 38.41%
G = 25.05%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B878AF (or 0xB878AF) is known color: London Hue. HEX triplet: B8, 78 and AF. RGB value is (184,120,175). Sum of RGB (Red+Green+Blue) = 184+120+175=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B878AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878AF is #478750. Grayscale: #919191. Windows color (decimal): -4687697 or 11499704. OLE color: 11499704.

HSL color Cylindrical-coordinate representation of color #B878AF: hue angle of 308.44º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B878AF is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 120 175 -
CMYK 0 0.35 0.05 0.28
HSL 308.44º 0.31% 0.6% -
HSV(B) 308.44º 0.35% 0.72% -
XYZ 34.22 26.72 43.91 -
YUV 145.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 184 120 175 0 0.35 0.05 0.28 308.44 0.31 0.6
Hex B8 78 AF 0 23 5 1C 134 1F 3C
Octal 270 170 257 0 43 5 34 464 37 74
Binary 10111000 1111000 10101111 0 100011 101 11100 100110100 11111 111100

Color Harmonies of #B878AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B878AF

Black with #B878AF

Text Example


Text Example

White with #B878AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B878AF; }

 p { color: rgb(184,120,175); }

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

background-color css

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

 a { background-color: rgb(184,120,175); }

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

border-color css

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

 span { border-color: rgb(184,120,175); }

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