#BF629A

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

Shades of Hopbush #BF629A

Tints of Hopbush #BF629A

Color information

#BF629A (or 0xBF629A) is unknown color: approx Hopbush. HEX triplet: BF, 62 and 9A. RGB value is (191,98,154). Sum of RGB (Red+Green+Blue) = 191+98+154=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF629A is #409D65. Grayscale: #848484. Windows color (decimal): -4234598 or 10117823. OLE color: 10117823.

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

Color convert

RGB19198154-
CMYK00.490.190.25
HSL323.87º42.08%56.67%-
HSV(B)323.87º48.69%74.9%-
XYZ31.6922.1433.18-
YUV132.19140.31169.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=43.12%
G=22.12%
B=34.76%

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
Decimal1919815400.490.190.25323.8742.0856.67
HexBF629A03113191442a39
Octal27714223206123315045271
Binary1011111111000101001101001100011001111001101000100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF629A; }

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

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

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

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

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

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

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

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