#BF619A

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

Shades of Hopbush #BF619A

Tints of Hopbush #BF619A

Color information

#BF619A (or 0xBF619A) is unknown color: approx Hopbush. HEX triplet: BF, 61 and 9A. RGB value is (191,97,154). Sum of RGB (Red+Green+Blue) = 191+97+154=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF619A is #409E65. Grayscale: #838383. Windows color (decimal): -4234854 or 10117567. OLE color: 10117567.

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

Color convert

RGB19197154-
CMYK00.490.190.25
HSL323.62º42.34%56.47%-
HSV(B)323.62º49.21%74.9%-
XYZ31.5921.9633.15-
YUV131.6140.64170.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=43.21%
G=21.95%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919715400.490.190.25323.6242.3456.47
HexBF619A03113191442a38
Octal27714123206123315045270
Binary1011111111000011001101001100011001111001101000100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF619A; }

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

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

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

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

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

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

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

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