#BC6596

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

Shades of Hopbush #BC6596

Tints of Hopbush #BC6596

Color information

#BC6596 (or 0xBC6596) is unknown color: approx Hopbush. HEX triplet: BC, 65 and 96. RGB value is (188,101,150). Sum of RGB (Red+Green+Blue) = 188+101+150=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6596 is #439A69. Grayscale: #848484. Windows color (decimal): -4430442 or 9856444. OLE color: 9856444.

HSL color Cylindrical-coordinate representation of color #BC6596: hue angle of 326.21º 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 #BC6596 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188101150-
CMYK00.460.200.26
HSL326.21º39.37%56.67%-
HSV(B)326.21º46.28%73.73%-
XYZ30.922.231.51-
YUV132.6137.82167.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=42.82%
G=23.01%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810115000.460.200.26326.2139.3756.67
HexBC659602E141A1462739
Octal27414522605624325064771
Binary1011110011001011001011001011101010011010101000110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6596; }

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

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

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

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

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

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

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

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