#BC719D

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

Shades of Hopbush #BC719D

Tints of Hopbush #BC719D

Color information

#BC719D (or 0xBC719D) is unknown color: approx Hopbush. HEX triplet: BC, 71 and 9D. RGB value is (188,113,157). Sum of RGB (Red+Green+Blue) = 188+113+157=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC719D is #438E62. Grayscale: #8C8C8C. Windows color (decimal): -4427363 or 10318268. OLE color: 10318268.

HSL color Cylindrical-coordinate representation of color #BC719D: hue angle of 324.8º 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 #BC719D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188113157-
CMYK00.400.160.26
HSL324.8º35.89%59.02%-
HSV(B)324.8º39.89%73.73%-
XYZ32.7324.9434.99-
YUV140.44137.35161.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=41.05%
G=24.67%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811315700.400.160.26324.835.8959.02
HexBC719D028101A145243b
Octal27416123505020325054473
Binary1011110011100011001110101010001000011010101000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC719D; }

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

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

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

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

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

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

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

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