#BF79BC

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

Shades of London Hue #BF79BC

Tints of London Hue #BF79BC

Color information

#BF79BC (or 0xBF79BC) is unknown color: approx London Hue. HEX triplet: BF, 79 and BC. RGB value is (191,121,188). Sum of RGB (Red+Green+Blue) = 191+121+188=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79BC is #408643. Grayscale: #959595. Windows color (decimal): -4228676 or 12351935. OLE color: 12351935.

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

Color convert

RGB191121188-
CMYK00.370.020.25
HSL302.57º35.35%61.18%-
HSV(B)302.57º36.65%74.9%-
XYZ37.428.3851.08-
YUV149.57149.69157.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=38.2%
G=24.2%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112118800.370.020.25302.5735.3561.18
HexBF79BC02521912f233d
Octal2771712740452314574375
Binary1011111111110011011110001001011011001100101111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF79BC; }

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

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

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

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

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

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

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

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