#BC659F

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

Shades of Hopbush #BC659F

Tints of Hopbush #BC659F

Color information

#BC659F (or 0xBC659F) is unknown color: approx Hopbush. HEX triplet: BC, 65 and 9F. RGB value is (188,101,159). Sum of RGB (Red+Green+Blue) = 188+101+159=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC659F is #439A60. Grayscale: #858585. Windows color (decimal): -4430433 or 10446268. OLE color: 10446268.

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

Color convert

RGB188101159-
CMYK00.460.150.26
HSL320º39.37%56.67%-
HSV(B)320º46.28%73.73%-
XYZ31.6522.535.48-
YUV133.62142.32166.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=41.96%
G=22.54%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810115900.460.150.2632039.3756.67
HexBC659F02EF1A1402739
Octal27414523705617325004771
Binary101111001100101100111110101110111111010101000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC659F; }

 p { color: rgb(188,101,159); }

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

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

 a { background-color: rgb(188,101,159); }

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

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

 span { border-color: rgb(188,101,159); }

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