#BF79B2

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

Shades of London Hue #BF79B2

Tints of London Hue #BF79B2

Color information

#BF79B2 (or 0xBF79B2) is unknown color: approx London Hue. HEX triplet: BF, 79 and B2. RGB value is (191,121,178). Sum of RGB (Red+Green+Blue) = 191+121+178=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF79B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF79B2 is #40864D. Grayscale: #949494. Windows color (decimal): -4228686 or 11696575. OLE color: 11696575.

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

Color convert

RGB191121178-
CMYK00.370.070.25
HSL311.14º35.35%61.18%-
HSV(B)311.14º36.65%74.9%-
XYZ36.3627.9745.6-
YUV148.43144.69158.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 178 (69.92% from 255) = 36.33%
R=38.98%
G=24.69%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112117800.370.070.25311.1435.3561.18
HexBF79B2025719137233d
Octal2771712620457314674375
Binary10111111111100110110010010010111111001100110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF79B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF79B2; }

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

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

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

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

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

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

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

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