#BF6AA6

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

Shades of Hopbush #BF6AA6

Tints of Hopbush #BF6AA6

Color information

#BF6AA6 (or 0xBF6AA6) is unknown color: approx Hopbush. HEX triplet: BF, 6A and A6. RGB value is (191,106,166). Sum of RGB (Red+Green+Blue) = 191+106+166=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6AA6 is #409559. Grayscale: #8A8A8A. Windows color (decimal): -4232538 or 10906303. OLE color: 10906303.

HSL color Cylindrical-coordinate representation of color #BF6AA6: hue angle of 317.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6AA6 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191106166-
CMYK00.450.130.25
HSL317.65º39.91%58.24%-
HSV(B)317.65º44.5%74.9%-
XYZ33.5224.1438.97-
YUV138.26143.66165.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=41.25%
G=22.89%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110616600.450.130.25317.6539.9158.24
HexBF6AA602DD1913e283a
Octal27715224605515314765072
Binary101111111101010101001100101101110111001100111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6AA6; }

 p { color: rgb(191,106,166); }

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

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

 a { background-color: rgb(191,106,166); }

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

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

 span { border-color: rgb(191,106,166); }

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