#BF7FBB

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

Shades of London Hue #BF7FBB

Tints of London Hue #BF7FBB

Color information

#BF7FBB (or 0xBF7FBB) is unknown color: approx London Hue. HEX triplet: BF, 7F and BB. RGB value is (191,127,187). Sum of RGB (Red+Green+Blue) = 191+127+187=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FBB is #408044. Grayscale: #989898. Windows color (decimal): -4227141 or 12287935. OLE color: 12287935.

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

Color convert

RGB191127187-
CMYK00.340.020.25
HSL303.75º33.33%62.35%-
HSV(B)303.75º33.51%74.9%-
XYZ38.0429.8450.77-
YUV152.98147.2155.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 127 (50% from 255) = 25.15%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=37.82%
G=25.15%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112718700.340.020.25303.7533.3362.35
HexBF7FBB022219130213e
Octal2771772730422314604176
Binary1011111111111111011101101000101011001100110000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FBB; }

 p { color: rgb(191,127,187); }

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

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

 a { background-color: rgb(191,127,187); }

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

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

 span { border-color: rgb(191,127,187); }

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