#BC44A5

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

Shades of Mulberry #BC44A5

Tints of Mulberry #BC44A5

Color information

#BC44A5 (or 0xBC44A5) is unknown color: approx Mulberry. HEX triplet: BC, 44 and A5. RGB value is (188,68,165). Sum of RGB (Red+Green+Blue) = 188+68+165=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC44A5 is #43BB5A. Grayscale: #727272. Windows color (decimal): -4438875 or 10831036. OLE color: 10831036.

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

Color convert

RGB18868165-
CMYK00.640.120.26
HSL311.5º47.24%50.2%-
HSV(B)311.5º63.83%73.73%-
XYZ29.617.5437.42-
YUV114.94156.26180.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 68 (26.95% from 255) = 16.15%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=44.66%
G=16.15%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886816500.640.120.26311.547.2450.2
HexBC44A5040C1A1382f32
Octal274104245010014324705762
Binary1011110010001001010010101000000110011010100111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC44A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC44A5; }

 p { color: rgb(188,68,165); }

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

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

 a { background-color: rgb(188,68,165); }

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

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

 span { border-color: rgb(188,68,165); }

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