#BF7693

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

Shades of Hopbush #BF7693

Tints of Hopbush #BF7693

Color information

#BF7693 (or 0xBF7693) is unknown color: approx Hopbush. HEX triplet: BF, 76 and 93. RGB value is (191,118,147). Sum of RGB (Red+Green+Blue) = 191+118+147=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7693 is #40896C. Grayscale: #8F8F8F. Windows color (decimal): -4229485 or 9664191. OLE color: 9664191.

HSL color Cylindrical-coordinate representation of color #BF7693: hue angle of 336.16º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7693 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191118147-
CMYK00.380.230.25
HSL336.16º36.32%60.59%-
HSV(B)336.16º38.22%74.9%-
XYZ33.2326.1430.9-
YUV143.13130.18162.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=41.89%
G=25.88%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111814700.380.230.25336.1636.3260.59
HexBF76930261719150243d
Octal27716622304627315204475
Binary1011111111101101001001101001101011111001101010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7693; }

 p { color: rgb(191,118,147); }

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

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

 a { background-color: rgb(191,118,147); }

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

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

 span { border-color: rgb(191,118,147); }

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