#BC719C

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

Shades of Hopbush #BC719C

Tints of Hopbush #BC719C

Color information

#BC719C (or 0xBC719C) is unknown color: approx Hopbush. HEX triplet: BC, 71 and 9C. RGB value is (188,113,156). Sum of RGB (Red+Green+Blue) = 188+113+156=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC719C is #438E63. Grayscale: #8C8C8C. Windows color (decimal): -4427364 or 10252732. OLE color: 10252732.

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

Color convert

RGB188113156-
CMYK00.400.170.26
HSL325.6º35.89%59.02%-
HSV(B)325.6º39.89%73.73%-
XYZ32.6424.934.54-
YUV140.33136.85162-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=41.14%
G=24.73%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811315600.400.170.26325.635.8959.02
HexBC719C028111A146243b
Octal27416123405021325064473
Binary1011110011100011001110001010001000111010101000110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC719C; }

 p { color: rgb(188,113,156); }

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

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

 a { background-color: rgb(188,113,156); }

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

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

 span { border-color: rgb(188,113,156); }

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