#BC6593

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

Shades of Hopbush #BC6593

Tints of Hopbush #BC6593

Color information

#BC6593 (or 0xBC6593) is unknown color: approx Hopbush. HEX triplet: BC, 65 and 93. RGB value is (188,101,147). Sum of RGB (Red+Green+Blue) = 188+101+147=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6593 is #439A6C. Grayscale: #848484. Windows color (decimal): -4430445 or 9659836. OLE color: 9659836.

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

Color convert

RGB188101147-
CMYK00.460.220.26
HSL328.28º39.37%56.67%-
HSV(B)328.28º46.28%73.73%-
XYZ30.6622.1130.25-
YUV132.26136.32167.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=43.12%
G=23.17%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810114700.460.220.26328.2839.3756.67
HexBC659302E161A1482739
Octal27414522305626325104771
Binary1011110011001011001001101011101011011010101001000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6593; }

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

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

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

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

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

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

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

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