#BC7493

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

Shades of Hopbush #BC7493

Tints of Hopbush #BC7493

Color information

#BC7493 (or 0xBC7493) is unknown color: approx Hopbush. HEX triplet: BC, 74 and 93. RGB value is (188,116,147). Sum of RGB (Red+Green+Blue) = 188+116+147=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7493 is #438B6C. Grayscale: #8D8D8D. Windows color (decimal): -4426605 or 9663676. OLE color: 9663676.

HSL color Cylindrical-coordinate representation of color #BC7493: hue angle of 334.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7493 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188116147-
CMYK00.380.220.26
HSL334.17º34.95%59.61%-
HSV(B)334.17º38.3%73.73%-
XYZ32.2525.2930.79-
YUV141.06131.35161.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=41.69%
G=25.72%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811614700.380.220.26334.1734.9559.61
HexBC7493026161A14e233c
Octal27416422304626325164374
Binary1011110011101001001001101001101011011010101001110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7493; }

 p { color: rgb(188,116,147); }

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

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

 a { background-color: rgb(188,116,147); }

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

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

 span { border-color: rgb(188,116,147); }

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