#BC6994

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

Shades of Hopbush #BC6994

Tints of Hopbush #BC6994

Color information

#BC6994 (or 0xBC6994) is unknown color: approx Hopbush. HEX triplet: BC, 69 and 94. RGB value is (188,105,148). Sum of RGB (Red+Green+Blue) = 188+105+148=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6994 is #43966B. Grayscale: #868686. Windows color (decimal): -4429420 or 9726396. OLE color: 9726396.

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

Color convert

RGB188105148-
CMYK00.440.210.26
HSL328.92º38.25%57.45%-
HSV(B)328.92º44.15%73.73%-
XYZ31.1422.9330.8-
YUV134.72135.5166-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=42.63%
G=23.81%
B=33.56%

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
Decimal18810514800.440.210.26328.9238.2557.45
HexBC699402C151A1492639
Octal27415122405425325114671
Binary1011110011010011001010001011001010111010101001001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6994; }

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

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

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

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

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

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

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

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