#BC48A4

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

Shades of Mulberry #BC48A4

Tints of Mulberry #BC48A4

Color information

#BC48A4 (or 0xBC48A4) is unknown color: approx Mulberry. HEX triplet: BC, 48 and A4. RGB value is (188,72,164). Sum of RGB (Red+Green+Blue) = 188+72+164=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC48A4 is #43B75B. Grayscale: #747474. Windows color (decimal): -4437852 or 10766524. OLE color: 10766524.

HSL color Cylindrical-coordinate representation of color #BC48A4: hue angle of 312.41º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC48A4 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB18872164-
CMYK00.620.130.26
HSL312.41º46.4%50.98%-
HSV(B)312.41º61.7%73.73%-
XYZ29.7618.0137.03-
YUV117.17154.43178.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 72 (28.52% from 255) = 16.98%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=44.34%
G=16.98%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887216400.620.130.26312.4146.450.98
HexBC48A403ED1A1382e33
Octal27411024407615324705663
Binary101111001001000101001000111110110111010100111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC48A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC48A4; }

 p { color: rgb(188,72,164); }

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

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

 a { background-color: rgb(188,72,164); }

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

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

 span { border-color: rgb(188,72,164); }

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