#BF619E

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

Shades of Hopbush #BF619E

Tints of Hopbush #BF619E

Color information

#BF619E (or 0xBF619E) is unknown color: approx Hopbush. HEX triplet: BF, 61 and 9E. RGB value is (191,97,158). Sum of RGB (Red+Green+Blue) = 191+97+158=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF619E is #409E61. Grayscale: #838383. Windows color (decimal): -4234850 or 10379711. OLE color: 10379711.

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

Color convert

RGB19197158-
CMYK00.490.170.25
HSL321.06º42.34%56.47%-
HSV(B)321.06º49.21%74.9%-
XYZ31.9322.0934.93-
YUV132.06142.64170.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=42.83%
G=21.75%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919715800.490.170.25321.0642.3456.47
HexBF619E03111191412a38
Octal27714123606121315015270
Binary1011111111000011001111001100011000111001101000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF619E; }

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

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

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

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

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

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

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

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