#BF73A0

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

Shades of Hopbush #BF73A0

Tints of Hopbush #BF73A0

Color information

#BF73A0 (or 0xBF73A0) is unknown color: approx Hopbush. HEX triplet: BF, 73 and A0. RGB value is (191,115,160). Sum of RGB (Red+Green+Blue) = 191+115+160=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF73A0 is #408C5F. Grayscale: #8E8E8E. Windows color (decimal): -4230240 or 10515391. OLE color: 10515391.

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

Color convert

RGB191115160-
CMYK00.400.160.25
HSL324.47º37.25%60%-
HSV(B)324.47º39.79%74.9%-
XYZ33.9625.8836.46-
YUV142.85137.68162.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=40.99%
G=24.68%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111516000.400.160.25324.4737.2560
HexBF73A00281019144253c
Octal27716324005020315044574
Binary1011111111100111010000001010001000011001101000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73A0; }

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

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

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

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

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

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

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

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