#BC789B

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

Shades of Hopbush #BC789B

Tints of Hopbush #BC789B

Color information

#BC789B (or 0xBC789B) is unknown color: approx Hopbush. HEX triplet: BC, 78 and 9B. RGB value is (188,120,155). Sum of RGB (Red+Green+Blue) = 188+120+155=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC789B is #438764. Grayscale: #909090. Windows color (decimal): -4425573 or 10188988. OLE color: 10188988.

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

Color convert

RGB188120155-
CMYK00.360.180.26
HSL329.12º33.66%60.39%-
HSV(B)329.12º36.17%73.73%-
XYZ33.3726.4934.36-
YUV144.32134.03159.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=40.60%
G=25.92%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812015500.360.180.26329.1233.6660.39
HexBC789B024121A149223c
Octal27417023304422325114274
Binary1011110011110001001101101001001001011010101001001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC789B; }

 p { color: rgb(188,120,155); }

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

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

 a { background-color: rgb(188,120,155); }

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

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

 span { border-color: rgb(188,120,155); }

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