#BF71A3

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

Shades of Hopbush #BF71A3

Tints of Hopbush #BF71A3

Color information

#BF71A3 (or 0xBF71A3) is unknown color: approx Hopbush. HEX triplet: BF, 71 and A3. RGB value is (191,113,163). Sum of RGB (Red+Green+Blue) = 191+113+163=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71A3 is #408E5C. Grayscale: #8D8D8D. Windows color (decimal): -4230749 or 10711487. OLE color: 10711487.

HSL color Cylindrical-coordinate representation of color #BF71A3: hue angle of 321.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF71A3 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB191113163-
CMYK00.410.150.25
HSL321.54º37.86%59.61%-
HSV(B)321.54º40.84%74.9%-
XYZ3425.5337.79-
YUV142.02139.84162.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 163 (64.06% from 255) = 34.90%
R=40.90%
G=24.20%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111316300.410.150.25321.5437.8659.61
HexBF71A3029F19142263c
Octal27716124305117315024674
Binary101111111110001101000110101001111111001101000010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71A3; }

 p { color: rgb(191,113,163); }

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

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

 a { background-color: rgb(191,113,163); }

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

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

 span { border-color: rgb(191,113,163); }

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