#BF6DA3

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

Shades of Hopbush #BF6DA3

Tints of Hopbush #BF6DA3

Color information

#BF6DA3 (or 0xBF6DA3) is unknown color: approx Hopbush. HEX triplet: BF, 6D and A3. RGB value is (191,109,163). Sum of RGB (Red+Green+Blue) = 191+109+163=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6DA3 is #40925C. Grayscale: #8B8B8B. Windows color (decimal): -4231773 or 10710463. OLE color: 10710463.

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

Color convert

RGB191109163-
CMYK00.430.150.25
HSL320.49º39.05%58.82%-
HSV(B)320.49º42.93%74.9%-
XYZ33.5724.6637.64-
YUV139.67141.17164.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 163 (64.06% from 255) = 35.21%
R=41.25%
G=23.54%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110916300.430.150.25320.4939.0558.82
HexBF6DA302BF19140273b
Octal27715524305317315004773
Binary101111111101101101000110101011111111001101000000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DA3; }

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

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

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

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

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

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

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

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