#BF75B1

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

Shades of London Hue #BF75B1

Tints of London Hue #BF75B1

Color information

#BF75B1 (or 0xBF75B1) is unknown color: approx London Hue. HEX triplet: BF, 75 and B1. RGB value is (191,117,177). Sum of RGB (Red+Green+Blue) = 191+117+177=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF75B1 is #408A4E. Grayscale: #919191. Windows color (decimal): -4229711 or 11630015. OLE color: 11630015.

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

Color convert

RGB191117177-
CMYK00.390.070.25
HSL311.35º36.63%60.39%-
HSV(B)311.35º38.74%74.9%-
XYZ35.7826.9744.92-
YUV145.97145.52160.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=39.38%
G=24.12%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111717700.390.070.25311.3536.6360.39
HexBF75B1027719137253c
Octal2771652610477314674574
Binary10111111111010110110001010011111111001100110111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75B1; }

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

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

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

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

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

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

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

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