#BC619B

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

Shades of Mulberry #BC619B

Tints of Mulberry #BC619B

Color information

#BC619B (or 0xBC619B) is unknown color: approx Mulberry. HEX triplet: BC, 61 and 9B. RGB value is (188,97,155). Sum of RGB (Red+Green+Blue) = 188+97+155=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC619B is #439E64. Grayscale: #828282. Windows color (decimal): -4431461 or 10183100. OLE color: 10183100.

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

Color convert

RGB18897155-
CMYK00.480.180.26
HSL321.76º40.44%55.88%-
HSV(B)321.76º48.4%73.73%-
XYZ30.9321.6133.55-
YUV130.82141.65168.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=42.73%
G=22.05%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889715500.480.180.26321.7640.4455.88
HexBC619B030121A1422838
Octal27414123306022325025070
Binary1011110011000011001101101100001001011010101000010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC619B; }

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

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

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

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

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

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

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

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