#BF7BB3

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

Shades of London Hue #BF7BB3

Tints of London Hue #BF7BB3

Color information

#BF7BB3 (or 0xBF7BB3) is unknown color: approx London Hue. HEX triplet: BF, 7B and B3. RGB value is (191,123,179). Sum of RGB (Red+Green+Blue) = 191+123+179=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BB3 is #40844C. Grayscale: #959595. Windows color (decimal): -4228173 or 11762623. OLE color: 11762623.

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

Color convert

RGB191123179-
CMYK00.360.060.25
HSL310.59º34.69%61.57%-
HSV(B)310.59º35.6%74.9%-
XYZ36.7128.546.21-
YUV149.72144.53157.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 123 (48.44% from 255) = 24.95%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=38.74%
G=24.95%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112317900.360.060.25310.5934.6961.57
HexBF7BB3024619137233e
Octal2771732630446314674376
Binary10111111111101110110011010010011011001100110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BB3; }

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

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

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

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

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

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

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

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