#BC618D

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

Shades of Hopbush #BC618D

Tints of Hopbush #BC618D

Color information

#BC618D (or 0xBC618D) is unknown color: approx Hopbush. HEX triplet: BC, 61 and 8D. RGB value is (188,97,141). Sum of RGB (Red+Green+Blue) = 188+97+141=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC618D is #439E72. Grayscale: #818181. Windows color (decimal): -4431475 or 9265596. OLE color: 9265596.

HSL color Cylindrical-coordinate representation of color #BC618D: hue angle of 330.99º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC618D is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB18897141-
CMYK00.480.250.26
HSL330.99º40.44%55.88%-
HSV(B)330.99º48.4%73.73%-
XYZ29.8221.1627.71-
YUV129.22134.65169.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=44.13%
G=22.77%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889714100.480.250.26330.9940.4455.88
HexBC618D030191A14b2838
Octal27414121506031325135070
Binary1011110011000011000110101100001100111010101001011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC618D; }

 p { color: rgb(188,97,141); }

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

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

 a { background-color: rgb(188,97,141); }

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

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

 span { border-color: rgb(188,97,141); }

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