#BC619C

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

Shades of Mulberry #BC619C

Tints of Mulberry #BC619C

Color information

#BC619C (or 0xBC619C) is unknown color: approx Mulberry. HEX triplet: BC, 61 and 9C. RGB value is (188,97,156). Sum of RGB (Red+Green+Blue) = 188+97+156=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC619C is #439E63. Grayscale: #828282. Windows color (decimal): -4431460 or 10248636. OLE color: 10248636.

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

Color convert

RGB18897156-
CMYK00.480.170.26
HSL321.1º40.44%55.88%-
HSV(B)321.1º48.4%73.73%-
XYZ31.0121.6433.99-
YUV130.94142.15168.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=42.63%
G=22.00%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889715600.480.170.26321.140.4455.88
HexBC619C030111A1412838
Octal27414123406021325015070
Binary1011110011000011001110001100001000111010101000001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC619C; }

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

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

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

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

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

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

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

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