#BF7BB4

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

Shades of London Hue #BF7BB4

Tints of London Hue #BF7BB4

Color information

#BF7BB4 (or 0xBF7BB4) is unknown color: approx London Hue. HEX triplet: BF, 7B and B4. RGB value is (191,123,180). Sum of RGB (Red+Green+Blue) = 191+123+180=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BB4 is #40844B. Grayscale: #959595. Windows color (decimal): -4228172 or 11828159. OLE color: 11828159.

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

Color convert

RGB191123180-
CMYK00.360.060.25
HSL309.71º34.69%61.57%-
HSV(B)309.71º35.6%74.9%-
XYZ36.8128.5446.75-
YUV149.83145.03157.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 180 (70.70% from 255) = 36.44%
R=38.66%
G=24.90%
B=36.44%

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
Decimal19112318000.360.060.25309.7134.6961.57
HexBF7BB4024619136233e
Octal2771732640446314664376
Binary10111111111101110110100010010011011001100110110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BB4; }

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

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

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

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

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

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

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

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