Html Css Color HEX #B880AF London Hue

📋 copy color: '#B880AF'

red 184 ◦ green 128 ◦ blue 175

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

Shades of London Hue #B880AF

Tints of London Hue #B880AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.28%

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

R = 37.78%
G = 26.28%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B880AF (or 0xB880AF) is known color: London Hue. HEX triplet: B8, 80 and AF. RGB value is (184,128,175). Sum of RGB (Red+Green+Blue) = 184+128+175=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B880AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B880AF is #477F50. Grayscale: #959595. Windows color (decimal): -4685649 or 11501752. OLE color: 11501752.

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

Color convert

RGB 184 128 175 -
CMYK 0 0.30 0.05 0.28
HSL 309.64º 0.28% 0.61% -
HSV(B) 309.64º 0.3% 0.72% -
XYZ 35.22 28.72 44.25 -
YUV 150.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 184 128 175 0 0.30 0.05 0.28 309.64 0.28 0.61
Hex B8 80 AF 0 1E 5 1C 136 1C 3D
Octal 270 200 257 0 36 5 34 466 34 75
Binary 10111000 10000000 10101111 0 11110 101 11100 100110110 11100 111101

Color Harmonies of #B880AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B880AF

Black with #B880AF

Text Example


Text Example

White with #B880AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B880AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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