#BF6297

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

Shades of Hopbush #BF6297

Tints of Hopbush #BF6297

Color information

#BF6297 (or 0xBF6297) is unknown color: approx Hopbush. HEX triplet: BF, 62 and 97. RGB value is (191,98,151). Sum of RGB (Red+Green+Blue) = 191+98+151=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6297 is #409D68. Grayscale: #838383. Windows color (decimal): -4234601 or 9921215. OLE color: 9921215.

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

Color convert

RGB19198151-
CMYK00.490.210.25
HSL325.81º42.08%56.67%-
HSV(B)325.81º48.69%74.9%-
XYZ31.4422.0531.88-
YUV131.85138.81170.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 151 (59.38% from 255) = 34.32%
R=43.41%
G=22.27%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919815100.490.210.25325.8142.0856.67
HexBF629703115191462a39
Octal27714222706125315065271
Binary1011111111000101001011101100011010111001101000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6297; }

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

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

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

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

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

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

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

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