#BC45A4

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

Shades of Mulberry #BC45A4

Tints of Mulberry #BC45A4

Color information

#BC45A4 (or 0xBC45A4) is unknown color: approx Mulberry. HEX triplet: BC, 45 and A4. RGB value is (188,69,164). Sum of RGB (Red+Green+Blue) = 188+69+164=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45A4 is #43BA5B. Grayscale: #737373. Windows color (decimal): -4438620 or 10765756. OLE color: 10765756.

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

Color convert

RGB18869164-
CMYK00.630.130.26
HSL312.1º47.04%50.39%-
HSV(B)312.1º63.3%73.73%-
XYZ29.5717.6336.97-
YUV115.41155.42179.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=44.66%
G=16.39%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886916400.630.130.26312.147.0450.39
HexBC45A403FD1A1382f32
Octal27410524407715324705762
Binary101111001000101101001000111111110111010100111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45A4; }

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

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

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

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

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

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

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

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