#BF6193

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

Shades of Hopbush #BF6193

Tints of Hopbush #BF6193

Color information

#BF6193 (or 0xBF6193) is unknown color: approx Hopbush. HEX triplet: BF, 61 and 93. RGB value is (191,97,147). Sum of RGB (Red+Green+Blue) = 191+97+147=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6193 is #409E6C. Grayscale: #828282. Windows color (decimal): -4234861 or 9658815. OLE color: 9658815.

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

Color convert

RGB19197147-
CMYK00.490.230.25
HSL328.09º42.34%56.47%-
HSV(B)328.09º49.21%74.9%-
XYZ31.0321.7330.16-
YUV130.81137.14170.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 147 (57.81% from 255) = 33.79%
R=43.91%
G=22.30%
B=33.79%

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
Decimal1919714700.490.230.25328.0942.3456.47
HexBF619303117191482a38
Octal27714122306127315105270
Binary1011111111000011001001101100011011111001101001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6193; }

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

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

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

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

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

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

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

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