#BF6DA1

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

Shades of Hopbush #BF6DA1

Tints of Hopbush #BF6DA1

Color information

#BF6DA1 (or 0xBF6DA1) is unknown color: approx Hopbush. HEX triplet: BF, 6D and A1. RGB value is (191,109,161). Sum of RGB (Red+Green+Blue) = 191+109+161=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6DA1 is #40925E. Grayscale: #8B8B8B. Windows color (decimal): -4231775 or 10579391. OLE color: 10579391.

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

Color convert

RGB191109161-
CMYK00.430.160.25
HSL321.95º39.05%58.82%-
HSV(B)321.95º42.93%74.9%-
XYZ33.3924.5936.7-
YUV139.45140.17164.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=41.43%
G=23.64%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110916100.430.160.25321.9539.0558.82
HexBF6DA102B1019142273b
Octal27715524105320315024773
Binary1011111111011011010000101010111000011001101000010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DA1; }

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

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

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

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

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

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

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

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