#BF6390

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

Shades of Hopbush #BF6390

Tints of Hopbush #BF6390

Color information

#BF6390 (or 0xBF6390) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 90. RGB value is (191,99,144). Sum of RGB (Red+Green+Blue) = 191+99+144=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6390 is #409C6F. Grayscale: #838383. Windows color (decimal): -4234352 or 9462719. OLE color: 9462719.

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

Color convert

RGB19199144-
CMYK00.480.250.25
HSL330.65º41.82%56.86%-
HSV(B)330.65º48.17%74.9%-
XYZ30.9822.0129-
YUV131.64134.98170.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=44.01%
G=22.81%
B=33.18%

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
Decimal1919914400.480.250.25330.6541.8256.86
HexBF6390030191914b2a39
Octal27714322006031315135271
Binary1011111111000111001000001100001100111001101001011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6390; }

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

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

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

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

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

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

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

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