#BF79B5

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

Shades of London Hue #BF79B5

Tints of London Hue #BF79B5

Color information

#BF79B5 (or 0xBF79B5) is unknown color: approx London Hue. HEX triplet: BF, 79 and B5. RGB value is (191,121,181). Sum of RGB (Red+Green+Blue) = 191+121+181=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF79B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79B5 is #40864A. Grayscale: #949494. Windows color (decimal): -4228683 or 11893183. OLE color: 11893183.

HSL color Cylindrical-coordinate representation of color #BF79B5: hue angle of 308.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF79B5 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB191121181-
CMYK00.370.050.25
HSL308.57º35.35%61.18%-
HSV(B)308.57º36.65%74.9%-
XYZ36.6628.0947.21-
YUV148.77146.19158.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 181 (71.09% from 255) = 36.71%
R=38.74%
G=24.54%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112118100.370.050.25308.5735.3561.18
HexBF79B5025519135233d
Octal2771712650455314654375
Binary10111111111100110110101010010110111001100110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF79B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF79B5; }

 p { color: rgb(191,121,181); }

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

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

 a { background-color: rgb(191,121,181); }

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

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

 span { border-color: rgb(191,121,181); }

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