#BC428A

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

Shades of Mulberry #BC428A

Tints of Mulberry #BC428A

Color information

#BC428A (or 0xBC428A) is unknown color: approx Mulberry. HEX triplet: BC, 42 and 8A. RGB value is (188,66,138). Sum of RGB (Red+Green+Blue) = 188+66+138=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC428A is #43BD75. Grayscale: #6E6E6E. Windows color (decimal): -4439414 or 9061052. OLE color: 9061052.

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

Color convert

RGB18866138-
CMYK00.650.270.26
HSL324.59º48.03%49.8%-
HSV(B)324.59º64.89%73.73%-
XYZ27.2716.4225.78-
YUV110.69143.42183.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=47.96%
G=16.84%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886613800.650.270.26324.5948.0349.8
HexBC428A0411B1A1453032
Octal274102212010133325056062
Binary10111100100001010001010010000011101111010101000101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC428A; }

 p { color: rgb(188,66,138); }

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

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

 a { background-color: rgb(188,66,138); }

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

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

 span { border-color: rgb(188,66,138); }

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