#BF628F

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

Shades of Hopbush #BF628F

Tints of Hopbush #BF628F

Color information

#BF628F (or 0xBF628F) is unknown color: approx Hopbush. HEX triplet: BF, 62 and 8F. RGB value is (191,98,143). Sum of RGB (Red+Green+Blue) = 191+98+143=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF628F is #409D70. Grayscale: #828282. Windows color (decimal): -4234609 or 9396927. OLE color: 9396927.

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

Color convert

RGB19198143-
CMYK00.490.250.25
HSL330.97º42.08%56.67%-
HSV(B)330.97º48.69%74.9%-
XYZ30.8121.7928.57-
YUV130.94134.81170.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=44.21%
G=22.69%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919814300.490.250.25330.9742.0856.67
HexBF628F031191914b2a39
Octal27714221706131315135271
Binary1011111111000101000111101100011100111001101001011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF628F; }

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

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

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

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

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

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

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

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