#BF75AF

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

Shades of London Hue #BF75AF

Tints of London Hue #BF75AF

Color information

#BF75AF (or 0xBF75AF) is unknown color: approx London Hue. HEX triplet: BF, 75 and AF. RGB value is (191,117,175). Sum of RGB (Red+Green+Blue) = 191+117+175=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF75AF is #408A50. Grayscale: #919191. Windows color (decimal): -4229713 or 11498943. OLE color: 11498943.

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

Color convert

RGB191117175-
CMYK00.390.080.25
HSL312.97º36.63%60.39%-
HSV(B)312.97º38.74%74.9%-
XYZ35.5926.8943.87-
YUV145.74144.52160.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=39.54%
G=24.22%
B=36.23%

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
Decimal19111717500.390.080.25312.9736.6360.39
HexBF75AF027819139253c
Octal27716525704710314714574
Binary101111111110101101011110100111100011001100111001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75AF; }

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

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

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

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

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

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

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

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