#BF6490

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

Shades of Hopbush #BF6490

Tints of Hopbush #BF6490

Color information

#BF6490 (or 0xBF6490) is unknown color: approx Hopbush. HEX triplet: BF, 64 and 90. RGB value is (191,100,144). Sum of RGB (Red+Green+Blue) = 191+100+144=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6490 is #409B6F. Grayscale: #848484. Windows color (decimal): -4234096 or 9462975. OLE color: 9462975.

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

Color convert

RGB191100144-
CMYK00.480.250.25
HSL330.99º41.55%57.06%-
HSV(B)330.99º47.64%74.9%-
XYZ31.0822.229.03-
YUV132.22134.65169.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=43.91%
G=22.99%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110014400.480.250.25330.9941.5557.06
HexBF6490030191914b2a39
Octal27714422006031315135271
Binary1011111111001001001000001100001100111001101001011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6490; }

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

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

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

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

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

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

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

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