#BF6A9E

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

Shades of Hopbush #BF6A9E

Tints of Hopbush #BF6A9E

Color information

#BF6A9E (or 0xBF6A9E) is unknown color: approx Hopbush. HEX triplet: BF, 6A and 9E. RGB value is (191,106,158). Sum of RGB (Red+Green+Blue) = 191+106+158=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A9E is #409561. Grayscale: #898989. Windows color (decimal): -4232546 or 10382015. OLE color: 10382015.

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

Color convert

RGB191106158-
CMYK00.450.170.25
HSL323.29º39.91%58.24%-
HSV(B)323.29º44.5%74.9%-
XYZ32.8123.8535.22-
YUV137.34139.66166.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=41.98%
G=23.30%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110615800.450.170.25323.2939.9158.24
HexBF6A9E02D1119143283a
Octal27715223605521315035072
Binary1011111111010101001111001011011000111001101000011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A9E; }

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

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

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

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

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

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

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

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