Html Css Color HEX #B980B0 London Hue

📋 copy color: '#B980B0'

red 185 ◦ green 128 ◦ blue 176

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

Shades of London Hue #B980B0

Tints of London Hue #B980B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 37.83%
G = 26.18%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B980B0 (or 0xB980B0) is known color: London Hue. HEX triplet: B9, 80 and B0. RGB value is (185,128,176). Sum of RGB (Red+Green+Blue) = 185+128+176=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B980B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980B0 is #467F4F. Grayscale: #969696. Windows color (decimal): -4620112 or 11567289. OLE color: 11567289.

HSL color Cylindrical-coordinate representation of color #B980B0: hue angle of 309.47º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B980B0 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 176 -
CMYK 0 0.31 0.05 0.27
HSL 309.47º 0.29% 0.61% -
HSV(B) 309.47º 0.31% 0.73% -
XYZ 35.56 28.89 44.78 -
YUV 150.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 185 128 176 0 0.31 0.05 0.27 309.47 0.29 0.61
Hex B9 80 B0 0 1F 5 1B 135 1D 3D
Octal 271 200 260 0 37 5 33 465 35 75
Binary 10111001 10000000 10110000 0 11111 101 11011 100110101 11101 111101

Color Harmonies of #B980B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980B0

Black with #B980B0

Text Example


Text Example

White with #B980B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980B0; }

 p { color: rgb(185,128,176); }

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

background-color css

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

 a { background-color: rgb(185,128,176); }

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

border-color css

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

 span { border-color: rgb(185,128,176); }

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