#BF6391

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

Shades of Hopbush #BF6391

Tints of Hopbush #BF6391

Color information

#BF6391 (or 0xBF6391) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 91. RGB value is (191,99,145). Sum of RGB (Red+Green+Blue) = 191+99+145=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6391 is #409C6E. Grayscale: #838383. Windows color (decimal): -4234351 or 9528255. OLE color: 9528255.

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

Color convert

RGB19199145-
CMYK00.480.240.25
HSL330º41.82%56.86%-
HSV(B)330º48.17%74.9%-
XYZ31.0622.0429.41-
YUV131.75135.48170.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=43.91%
G=22.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919914500.480.240.2533041.8256.86
HexBF6391030181914a2a39
Octal27714322106030315125271
Binary1011111111000111001000101100001100011001101001010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6391; }

 p { color: rgb(191,99,145); }

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

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

 a { background-color: rgb(191,99,145); }

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

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

 span { border-color: rgb(191,99,145); }

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