#B978AF

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

Shades of London Hue #B978AF

Tints of London Hue #B978AF

Color information

#B978AF (or 0xB978AF) is unknown color: approx London Hue. HEX triplet: B9, 78 and AF. RGB value is (185,120,175). Sum of RGB (Red+Green+Blue) = 185+120+175=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B978AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978AF is #468750. Grayscale: #919191. Windows color (decimal): -4622161 or 11499705. OLE color: 11499705.

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

Color convert

RGB185120175-
CMYK00.350.050.27
HSL309.23º31.71%59.8%-
HSV(B)309.23º35.14%72.55%-
XYZ34.4626.8443.92-
YUV145.7144.53156.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=38.54%
G=25%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512017500.350.050.27309.2331.7159.8
HexB978AF02351B135203c
Octal2711702570435334654074
Binary10111001111100010101111010001110111011100110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978AF; }

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

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

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

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

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

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

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

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