#BF629E

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

Shades of Hopbush #BF629E

Tints of Hopbush #BF629E

Color information

#BF629E (or 0xBF629E) is unknown color: approx Hopbush. HEX triplet: BF, 62 and 9E. RGB value is (191,98,158). Sum of RGB (Red+Green+Blue) = 191+98+158=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF629E is #409D61. Grayscale: #848484. Windows color (decimal): -4234594 or 10379967. OLE color: 10379967.

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

Color convert

RGB19198158-
CMYK00.490.170.25
HSL321.29º42.08%56.67%-
HSV(B)321.29º48.69%74.9%-
XYZ32.0322.2834.96-
YUV132.65142.31169.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 98 (38.67% from 255) = 21.92%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=42.73%
G=21.92%
B=35.35%

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
Decimal1919815800.490.170.25321.2942.0856.67
HexBF629E03111191412a39
Octal27714223606121315015271
Binary1011111111000101001111001100011000111001101000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF629E; }

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

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

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

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

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

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

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

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