#BF74B1

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

Shades of London Hue #BF74B1

Tints of London Hue #BF74B1

Color information

#BF74B1 (or 0xBF74B1) is unknown color: approx London Hue. HEX triplet: BF, 74 and B1. RGB value is (191,116,177). Sum of RGB (Red+Green+Blue) = 191+116+177=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74B1 is #408B4E. Grayscale: #919191. Windows color (decimal): -4229967 or 11629759. OLE color: 11629759.

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

Color convert

RGB191116177-
CMYK00.390.070.25
HSL311.2º36.95%60.2%-
HSV(B)311.2º39.27%74.9%-
XYZ35.6726.7444.88-
YUV145.38145.85160.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 177 (69.53% from 255) = 36.57%
R=39.46%
G=23.97%
B=36.57%

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
Decimal19111617700.390.070.25311.236.9560.2
HexBF74B1027719137253c
Octal2771642610477314674574
Binary10111111111010010110001010011111111001100110111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF74B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF74B1; }

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

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

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

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

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

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

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

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