#BF74AF

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

Shades of London Hue #BF74AF

Tints of London Hue #BF74AF

Color information

#BF74AF (or 0xBF74AF) is unknown color: approx London Hue. HEX triplet: BF, 74 and AF. RGB value is (191,116,175). Sum of RGB (Red+Green+Blue) = 191+116+175=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74AF is #408B50. Grayscale: #909090. Windows color (decimal): -4229969 or 11498687. OLE color: 11498687.

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

Color convert

RGB191116175-
CMYK00.390.080.25
HSL312.8º36.95%60.2%-
HSV(B)312.8º39.27%74.9%-
XYZ35.4726.6643.83-
YUV145.15144.85160.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=39.63%
G=24.07%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111617500.390.080.25312.836.9560.2
HexBF74AF027819139253c
Octal27716425704710314714574
Binary101111111110100101011110100111100011001100111001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF74AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF74AF; }

 p { color: rgb(191,116,175); }

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

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

 a { background-color: rgb(191,116,175); }

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

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

 span { border-color: rgb(191,116,175); }

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