Html Css Color HEX #B980B7 London Hue

📋 copy color: '#B980B7'

red 185 ◦ green 128 ◦ blue 183

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

Shades of London Hue #B980B7

Tints of London Hue #B980B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.9%

R = 37.3%
G = 25.81%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B980B7 (or 0xB980B7) is known color: London Hue. HEX triplet: B9, 80 and B7. RGB value is (185,128,183). Sum of RGB (Red+Green+Blue) = 185+128+183=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B980B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980B7 is #467F48. Grayscale: #979797. Windows color (decimal): -4620105 or 12026041. OLE color: 12026041.

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

Color convert

RGB 185 128 183 -
CMYK 0 0.31 0.01 0.27
HSL 302.11º 0.29% 0.61% -
HSV(B) 302.11º 0.31% 0.73% -
XYZ 36.27 29.17 48.52 -
YUV 151.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 185 128 183 0 0.31 0.01 0.27 302.11 0.29 0.61
Hex B9 80 B7 0 1F 1 1B 12E 1D 3D
Octal 271 200 267 0 37 1 33 456 35 75
Binary 10111001 10000000 10110111 0 11111 1 11011 100101110 11101 111101

Color Harmonies of #B980B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980B7

Black with #B980B7

Text Example


Text Example

White with #B980B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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