#BC7393

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

Shades of Hopbush #BC7393

Tints of Hopbush #BC7393

Color information

#BC7393 (or 0xBC7393) is unknown color: approx Hopbush. HEX triplet: BC, 73 and 93. RGB value is (188,115,147). Sum of RGB (Red+Green+Blue) = 188+115+147=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7393 is #438C6C. Grayscale: #8C8C8C. Windows color (decimal): -4426861 or 9663420. OLE color: 9663420.

HSL color Cylindrical-coordinate representation of color #BC7393: hue angle of 333.7º degrees, saturation: 0.35, 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 #BC7393 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188115147-
CMYK00.390.220.26
HSL333.7º35.27%59.41%-
HSV(B)333.7º38.83%73.73%-
XYZ32.1425.0630.75-
YUV140.48131.68161.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=41.78%
G=25.56%
B=32.67%

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
Decimal18811514700.390.220.26333.735.2759.41
HexBC7393027161A14e233b
Octal27416322304726325164373
Binary1011110011100111001001101001111011011010101001110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7393; }

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

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

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

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

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

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

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

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