#BC7494

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

Shades of Hopbush #BC7494

Tints of Hopbush #BC7494

Color information

#BC7494 (or 0xBC7494) is unknown color: approx Hopbush. HEX triplet: BC, 74 and 94. RGB value is (188,116,148). Sum of RGB (Red+Green+Blue) = 188+116+148=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7494 is #438B6B. Grayscale: #8D8D8D. Windows color (decimal): -4426604 or 9729212. OLE color: 9729212.

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

Color convert

RGB188116148-
CMYK00.380.210.26
HSL333.33º34.95%59.61%-
HSV(B)333.33º38.3%73.73%-
XYZ32.3325.3231.2-
YUV141.18131.85161.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=41.59%
G=25.66%
B=32.74%

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
Decimal18811614800.380.210.26333.3334.9559.61
HexBC7494026151A14d233c
Octal27416422404625325154374
Binary1011110011101001001010001001101010111010101001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7494; }

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

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

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

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

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

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

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

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