#BF6190

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

Shades of Hopbush #BF6190

Tints of Hopbush #BF6190

Color information

#BF6190 (or 0xBF6190) is unknown color: approx Hopbush. HEX triplet: BF, 61 and 90. RGB value is (191,97,144). Sum of RGB (Red+Green+Blue) = 191+97+144=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6190 is #409E6F. Grayscale: #828282. Windows color (decimal): -4234864 or 9462207. OLE color: 9462207.

HSL color Cylindrical-coordinate representation of color #BF6190: hue angle of 330º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6190 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB19197144-
CMYK00.490.250.25
HSL330º42.34%56.47%-
HSV(B)330º49.21%74.9%-
XYZ30.7921.6428.94-
YUV130.46135.64171.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 144 (56.64% from 255) = 33.33%
R=44.21%
G=22.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919714400.490.250.2533042.3456.47
HexBF6190031191914a2a38
Octal27714122006131315125270
Binary1011111111000011001000001100011100111001101001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6190; }

 p { color: rgb(191,97,144); }

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

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

 a { background-color: rgb(191,97,144); }

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

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

 span { border-color: rgb(191,97,144); }

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