#BC7293

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

Shades of Hopbush #BC7293

Tints of Hopbush #BC7293

Color information

#BC7293 (or 0xBC7293) is unknown color: approx Hopbush. HEX triplet: BC, 72 and 93. RGB value is (188,114,147). Sum of RGB (Red+Green+Blue) = 188+114+147=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7293 is #438D6C. Grayscale: #8B8B8B. Windows color (decimal): -4427117 or 9663164. OLE color: 9663164.

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

Color convert

RGB188114147-
CMYK00.390.220.26
HSL333.24º35.58%59.22%-
HSV(B)333.24º39.36%73.73%-
XYZ32.0224.8330.71-
YUV139.89132.02162.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=41.87%
G=25.39%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811414700.390.220.26333.2435.5859.22
HexBC7293027161A14d243b
Octal27416222304726325154473
Binary1011110011100101001001101001111011011010101001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7293; }

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

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

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

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

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

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

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

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