#BF7BB5

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

Shades of London Hue #BF7BB5

Tints of London Hue #BF7BB5

Color information

#BF7BB5 (or 0xBF7BB5) is unknown color: approx London Hue. HEX triplet: BF, 7B and B5. RGB value is (191,123,181). Sum of RGB (Red+Green+Blue) = 191+123+181=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BB5 is #40844A. Grayscale: #959595. Windows color (decimal): -4228171 or 11893695. OLE color: 11893695.

HSL color Cylindrical-coordinate representation of color #BF7BB5: hue angle of 308.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF7BB5 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB191123181-
CMYK00.360.050.25
HSL308.82º34.69%61.57%-
HSV(B)308.82º35.6%74.9%-
XYZ36.9128.5847.29-
YUV149.94145.53157.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=38.59%
G=24.85%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112318100.360.050.25308.8234.6961.57
HexBF7BB5024519135233e
Octal2771732650445314654376
Binary10111111111101110110101010010010111001100110101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BB5; }

 p { color: rgb(191,123,181); }

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

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

 a { background-color: rgb(191,123,181); }

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

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

 span { border-color: rgb(191,123,181); }

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