#BF6294

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

Shades of Hopbush #BF6294

Tints of Hopbush #BF6294

Color information

#BF6294 (or 0xBF6294) is unknown color: approx Hopbush. HEX triplet: BF, 62 and 94. RGB value is (191,98,148). Sum of RGB (Red+Green+Blue) = 191+98+148=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6294 is #409D6B. Grayscale: #838383. Windows color (decimal): -4234604 or 9724607. OLE color: 9724607.

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

Color convert

RGB19198148-
CMYK00.490.230.25
HSL327.74º42.08%56.67%-
HSV(B)327.74º48.69%74.9%-
XYZ31.221.9530.61-
YUV131.51137.31170.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=43.71%
G=22.43%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919814800.490.230.25327.7442.0856.67
HexBF629403117191482a39
Octal27714222406127315105271
Binary1011111111000101001010001100011011111001101001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6294; }

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

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

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

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

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

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

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

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