#B978BC

Color #B978BC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B978BC

Tints of London Hue #B978BC

Color information

#B978BC (or 0xB978BC) is unknown color: approx London Hue. HEX triplet: B9, 78 and BC. RGB value is (185,120,188). Sum of RGB (Red+Green+Blue) = 185+120+188=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #B978BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978BC is #468743. Grayscale: #929292. Windows color (decimal): -4622148 or 12351673. OLE color: 12351673.

HSL color Cylindrical-coordinate representation of color #B978BC: hue angle of 297.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B978BC is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185120188-
CMYK0.020.3600.26
HSL297.35º33.66%60.39%-
HSV(B)297.35º36.17%73.73%-
XYZ35.827.3850.97-
YUV147.19151.03154.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 120 (47.27% from 255) = 24.34%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=37.53%
G=24.34%
B=38.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851201880.020.3600.26297.3533.6660.39
HexB978BC22401A129223c
Octal2711702742440324514274
Binary1011100111110001011110010100100011010100101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978BC; }

 p { color: rgb(185,120,188); }

 H1.HeaderClassName
 {
   color: #B978BC;
 }
 .AnyTagClassName
 {
   color: #B978BC;
 }
</style>
background-color css

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

 a { background-color: rgb(185,120,188); }

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

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

 span { border-color: rgb(185,120,188); }

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