#bf6397

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

Shades of Hopbush #BF6397

Tints of Hopbush #BF6397

Color information

#BF6397 (or 0xBF6397) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 97. RGB value is (191,99,151). Sum of RGB (Red+Green+Blue) = 191+99+151=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6397 is #409C68. Grayscale: #848484. Windows color (decimal): -4234345 or 9921471. OLE color: 9921471.

HSL color Cylindrical-coordinate representation of color #BF6397: hue angle of 326.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6397 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19199151-
CMYK00.480.210.25
HSL326.09º41.82%56.86%-
HSV(B)326.09º48.17%74.9%-
XYZ31.5322.2331.91-
YUV132.44138.48169.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 99 (39.06% from 255) = 22.45%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=43.31%
G=22.45%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919915100.480.210.25326.0941.8256.86
HexBF639703015191462a39
Octal27714322706025315065271
Binary1011111111000111001011101100001010111001101000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6397; }

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

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

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

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

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

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

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

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