#BC6A94

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

Shades of Hopbush #BC6A94

Tints of Hopbush #BC6A94

Color information

#BC6A94 (or 0xBC6A94) is unknown color: approx Hopbush. HEX triplet: BC, 6A and 94. RGB value is (188,106,148). Sum of RGB (Red+Green+Blue) = 188+106+148=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A94 is #43956B. Grayscale: #878787. Windows color (decimal): -4429164 or 9726652. OLE color: 9726652.

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

Color convert

RGB188106148-
CMYK00.440.210.26
HSL329.27º37.96%57.65%-
HSV(B)329.27º43.62%73.73%-
XYZ31.2423.1430.84-
YUV135.31135.17165.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 106 (41.80% from 255) = 23.98%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=42.53%
G=23.98%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810614800.440.210.26329.2737.9657.65
HexBC6A9402C151A149263a
Octal27415222405425325114672
Binary1011110011010101001010001011001010111010101001001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A94; }

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

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

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

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

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

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

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

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