#BC4197

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

Shades of Mulberry #BC4197

Tints of Mulberry #BC4197

Color information

#BC4197 (or 0xBC4197) is unknown color: approx Mulberry. HEX triplet: BC, 41 and 97. RGB value is (188,65,151). Sum of RGB (Red+Green+Blue) = 188+65+151=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4197 is #43BE68. Grayscale: #6F6F6F. Windows color (decimal): -4439657 or 9912764. OLE color: 9912764.

HSL color Cylindrical-coordinate representation of color #BC4197: hue angle of 318.05º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4197 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18865151-
CMYK00.650.200.26
HSL318.05º48.62%49.61%-
HSV(B)318.05º65.43%73.73%-
XYZ28.2216.7131.02-
YUV111.58150.25182.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 65 (25.78% from 255) = 16.09%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=46.53%
G=16.09%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886515100.650.200.26318.0548.6249.61
HexBC4197041141A13e3132
Octal274101227010124324766162
Binary10111100100000110010111010000011010011010100111110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4197; }

 p { color: rgb(188,65,151); }

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

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

 a { background-color: rgb(188,65,151); }

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

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

 span { border-color: rgb(188,65,151); }

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