#BC7495

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

Shades of Hopbush #BC7495

Tints of Hopbush #BC7495

Color information

#BC7495 (or 0xBC7495) is unknown color: approx Hopbush. HEX triplet: BC, 74 and 95. RGB value is (188,116,149). Sum of RGB (Red+Green+Blue) = 188+116+149=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7495 is #438B6A. Grayscale: #8D8D8D. Windows color (decimal): -4426603 or 9794748. OLE color: 9794748.

HSL color Cylindrical-coordinate representation of color #BC7495: hue angle of 332.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7495 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB188116149-
CMYK00.380.210.26
HSL332.5º34.95%59.61%-
HSV(B)332.5º38.3%73.73%-
XYZ32.4125.3531.62-
YUV141.29132.35161.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=41.50%
G=25.61%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811614900.380.210.26332.534.9559.61
HexBC7495026151A14c233c
Octal27416422504625325144374
Binary1011110011101001001010101001101010111010101001100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7495; }

 p { color: rgb(188,116,149); }

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

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

 a { background-color: rgb(188,116,149); }

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

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

 span { border-color: rgb(188,116,149); }

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