#BF7CB8

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

Shades of London Hue #BF7CB8

Tints of London Hue #BF7CB8

Color information

#BF7CB8 (or 0xBF7CB8) is unknown color: approx London Hue. HEX triplet: BF, 7C and B8. RGB value is (191,124,184). Sum of RGB (Red+Green+Blue) = 191+124+184=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CB8 is #408347. Grayscale: #969696. Windows color (decimal): -4227912 or 12090559. OLE color: 12090559.

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

Color convert

RGB191124184-
CMYK00.350.040.25
HSL306.27º34.36%61.76%-
HSV(B)306.27º35.08%74.9%-
XYZ37.3528.9548.97-
YUV150.87146.7156.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 124 (48.83% from 255) = 24.85%
BLUE value IS 184 (72.27% from 255) = 36.87%
R=38.28%
G=24.85%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112418400.350.040.25306.2734.3661.76
HexBF7CB8023419132223e
Octal2771742700434314624276
Binary10111111111110010111000010001110011001100110010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CB8; }

 p { color: rgb(191,124,184); }

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

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

 a { background-color: rgb(191,124,184); }

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

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

 span { border-color: rgb(191,124,184); }

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