#BC468A

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

Shades of Mulberry #BC468A

Tints of Mulberry #BC468A

Color information

#BC468A (or 0xBC468A) is unknown color: approx Mulberry. HEX triplet: BC, 46 and 8A. RGB value is (188,70,138). Sum of RGB (Red+Green+Blue) = 188+70+138=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC468A is #43B975. Grayscale: #707070. Windows color (decimal): -4438390 or 9062076. OLE color: 9062076.

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

Color convert

RGB18870138-
CMYK00.630.270.26
HSL325.42º46.83%50.59%-
HSV(B)325.42º62.77%73.73%-
XYZ27.5216.9125.86-
YUV113.03142.09181.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 70 (27.73% from 255) = 17.68%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=47.47%
G=17.68%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887013800.630.270.26325.4246.8350.59
HexBC468A03F1B1A1452f33
Octal27410621207733325055763
Binary1011110010001101000101001111111101111010101000101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC468A; }

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

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

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

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

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

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

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

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