#BF7CBD

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

Shades of London Hue #BF7CBD

Tints of London Hue #BF7CBD

Color information

#BF7CBD (or 0xBF7CBD) is unknown color: approx London Hue. HEX triplet: BF, 7C and BD. RGB value is (191,124,189). Sum of RGB (Red+Green+Blue) = 191+124+189=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CBD is #408342. Grayscale: #979797. Windows color (decimal): -4227907 or 12418239. OLE color: 12418239.

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

Color convert

RGB191124189-
CMYK00.350.010.25
HSL301.79º34.36%61.76%-
HSV(B)301.79º35.08%74.9%-
XYZ37.8829.1751.78-
YUV151.44149.2156.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=37.90%
G=24.60%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112418900.350.010.25301.7934.3661.76
HexBF7CBD02311912e223e
Octal2771742750431314564276
Binary101111111111100101111010100011111001100101110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CBD; }

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

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

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

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

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

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

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

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