#BF6597

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

Shades of Hopbush #BF6597

Tints of Hopbush #BF6597

Color information

#BF6597 (or 0xBF6597) is unknown color: approx Hopbush. HEX triplet: BF, 65 and 97. RGB value is (191,101,151). Sum of RGB (Red+Green+Blue) = 191+101+151=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6597 is #409A68. Grayscale: #858585. Windows color (decimal): -4233833 or 9921983. OLE color: 9921983.

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

Color convert

RGB191101151-
CMYK00.470.210.25
HSL326.67º41.28%57.25%-
HSV(B)326.67º47.12%74.9%-
XYZ31.7322.6231.97-
YUV133.61137.82168.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=43.12%
G=22.80%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110115100.470.210.25326.6741.2857.25
HexBF659702F15191472939
Octal27714522705725315075171
Binary1011111111001011001011101011111010111001101000111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6597; }

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

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

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

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

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

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

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

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