#BF7DBA

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

Shades of London Hue #BF7DBA

Tints of London Hue #BF7DBA

Color information

#BF7DBA (or 0xBF7DBA) is unknown color: approx London Hue. HEX triplet: BF, 7D and BA. RGB value is (191,125,186). Sum of RGB (Red+Green+Blue) = 191+125+186=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DBA is #408245. Grayscale: #979797. Windows color (decimal): -4227654 or 12221887. OLE color: 12221887.

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

Color convert

RGB191125186-
CMYK00.350.030.25
HSL304.55º34.02%61.96%-
HSV(B)304.55º34.55%74.9%-
XYZ37.6829.2950.12-
YUV151.69147.37156.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=38.05%
G=24.90%
B=37.05%

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
Decimal19112518600.350.030.25304.5534.0261.96
HexBF7DBA023319131223e
Octal2771752720433314614276
Binary1011111111111011011101001000111111001100110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7DBA; }

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

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

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

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

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

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

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

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