#BC4B82

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

Shades of Mulberry #BC4B82

Tints of Mulberry #BC4B82

Color information

#BC4B82 (or 0xBC4B82) is unknown color: approx Mulberry. HEX triplet: BC, 4B and 82. RGB value is (188,75,130). Sum of RGB (Red+Green+Blue) = 188+75+130=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4B82 is #43B47D. Grayscale: #727272. Windows color (decimal): -4437118 or 8539068. OLE color: 8539068.

HSL color Cylindrical-coordinate representation of color #BC4B82: hue angle of 330.8º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B82 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB18875130-
CMYK00.600.310.26
HSL330.8º45.75%51.57%-
HSV(B)330.8º60.11%73.73%-
XYZ27.2817.3423.03-
YUV115.06136.44180.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=47.84%
G=19.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887513000.600.310.26330.845.7551.57
HexBC4B8203C1F1A14b2e34
Octal27411320207437325135664
Binary1011110010010111000001001111001111111010101001011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B82; }

 p { color: rgb(188,75,130); }

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

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

 a { background-color: rgb(188,75,130); }

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

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

 span { border-color: rgb(188,75,130); }

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