#BC678F

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

Shades of Hopbush #BC678F

Tints of Hopbush #BC678F

Color information

#BC678F (or 0xBC678F) is unknown color: approx Hopbush. HEX triplet: BC, 67 and 8F. RGB value is (188,103,143). Sum of RGB (Red+Green+Blue) = 188+103+143=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC678F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC678F is #439870. Grayscale: #848484. Windows color (decimal): -4429937 or 9398204. OLE color: 9398204.

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

Color convert

RGB188103143-
CMYK00.450.240.26
HSL331.76º38.81%57.06%-
HSV(B)331.76º45.21%73.73%-
XYZ30.5522.3828.7-
YUV132.98133.66167.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=43.32%
G=23.73%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810314300.450.240.26331.7638.8157.06
HexBC678F02D181A14c2739
Octal27414721705530325144771
Binary1011110011001111000111101011011100011010101001100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC678F; }

 p { color: rgb(188,103,143); }

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

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

 a { background-color: rgb(188,103,143); }

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

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

 span { border-color: rgb(188,103,143); }

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