#BF629D

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

Shades of Hopbush #BF629D

Tints of Hopbush #BF629D

Color information

#BF629D (or 0xBF629D) is unknown color: approx Hopbush. HEX triplet: BF, 62 and 9D. RGB value is (191,98,157). Sum of RGB (Red+Green+Blue) = 191+98+157=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF629D is #409D62. Grayscale: #848484. Windows color (decimal): -4234595 or 10314431. OLE color: 10314431.

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

Color convert

RGB19198157-
CMYK00.490.180.25
HSL321.94º42.08%56.67%-
HSV(B)321.94º48.69%74.9%-
XYZ31.9422.2534.51-
YUV132.53141.81169.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=42.83%
G=21.97%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919815700.490.180.25321.9442.0856.67
HexBF629D03112191422a39
Octal27714223506122315025271
Binary1011111111000101001110101100011001011001101000010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF629D; }

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

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

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

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

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

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

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

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