#BF7CBA

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

Shades of London Hue #BF7CBA

Tints of London Hue #BF7CBA

Color information

#BF7CBA (or 0xBF7CBA) is unknown color: approx London Hue. HEX triplet: BF, 7C and BA. RGB value is (191,124,186). Sum of RGB (Red+Green+Blue) = 191+124+186=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CBA is #408345. Grayscale: #969696. Windows color (decimal): -4227910 or 12221631. OLE color: 12221631.

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

Color convert

RGB191124186-
CMYK00.350.030.25
HSL304.48º34.36%61.76%-
HSV(B)304.48º35.08%74.9%-
XYZ37.5629.0450.08-
YUV151.1147.7156.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=38.12%
G=24.75%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112418600.350.030.25304.4834.3661.76
HexBF7CBA023319130223e
Octal2771742720433314604276
Binary1011111111111001011101001000111111001100110000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CBA; }

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

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

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

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

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

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

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

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