#BF73B0

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

Shades of London Hue #BF73B0

Tints of London Hue #BF73B0

Color information

#BF73B0 (or 0xBF73B0) is unknown color: approx London Hue. HEX triplet: BF, 73 and B0. RGB value is (191,115,176). Sum of RGB (Red+Green+Blue) = 191+115+176=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF73B0 is #408C4F. Grayscale: #909090. Windows color (decimal): -4230224 or 11563967. OLE color: 11563967.

HSL color Cylindrical-coordinate representation of color #BF73B0: hue angle of 311.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF73B0 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191115176-
CMYK00.400.080.25
HSL311.84º37.25%60%-
HSV(B)311.84º39.79%74.9%-
XYZ35.4526.4744.32-
YUV144.68145.68161.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=39.63%
G=23.86%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111517600.400.080.25311.8437.2560
HexBF73B0028819138253c
Octal27716326005010314704574
Binary101111111110011101100000101000100011001100111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73B0; }

 p { color: rgb(191,115,176); }

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

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

 a { background-color: rgb(191,115,176); }

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

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

 span { border-color: rgb(191,115,176); }

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