#BC7199

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

Shades of Hopbush #BC7199

Tints of Hopbush #BC7199

Color information

#BC7199 (or 0xBC7199) is unknown color: approx Hopbush. HEX triplet: BC, 71 and 99. RGB value is (188,113,153). Sum of RGB (Red+Green+Blue) = 188+113+153=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7199 is #438E66. Grayscale: #8B8B8B. Windows color (decimal): -4427367 or 10056124. OLE color: 10056124.

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

Color convert

RGB188113153-
CMYK00.400.190.26
HSL328º35.89%59.02%-
HSV(B)328º39.89%73.73%-
XYZ32.3924.833.22-
YUV139.99135.35162.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=41.41%
G=24.89%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811315300.400.190.2632835.8959.02
HexBC7199028131A148243b
Octal27416123105023325104473
Binary1011110011100011001100101010001001111010101001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7199; }

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

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

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

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

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

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

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

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