#BF79BA

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

Shades of London Hue #BF79BA

Tints of London Hue #BF79BA

Color information

#BF79BA (or 0xBF79BA) is unknown color: approx London Hue. HEX triplet: BF, 79 and BA. RGB value is (191,121,186). Sum of RGB (Red+Green+Blue) = 191+121+186=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79BA is #408645. Grayscale: #959595. Windows color (decimal): -4228678 or 12220863. OLE color: 12220863.

HSL color Cylindrical-coordinate representation of color #BF79BA: hue angle of 304.29º 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 #BF79BA is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191121186-
CMYK00.370.030.25
HSL304.29º35.35%61.18%-
HSV(B)304.29º36.65%74.9%-
XYZ37.1928.349.96-
YUV149.34148.69157.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=38.35%
G=24.30%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112118600.370.030.25304.2935.3561.18
HexBF79BA025319130233d
Octal2771712720453314604375
Binary1011111111110011011101001001011111001100110000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF79BA; }

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

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

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

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

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

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

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

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