#BC448C

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

Shades of Mulberry #BC448C

Tints of Mulberry #BC448C

Color information

#BC448C (or 0xBC448C) is unknown color: approx Mulberry. HEX triplet: BC, 44 and 8C. RGB value is (188,68,140). Sum of RGB (Red+Green+Blue) = 188+68+140=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC448C is #43BB73. Grayscale: #6F6F6F. Windows color (decimal): -4438900 or 9192636. OLE color: 9192636.

HSL color Cylindrical-coordinate representation of color #BC448C: hue angle of 324º 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 #BC448C is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB18868140-
CMYK00.640.260.26
HSL324º47.24%50.2%-
HSV(B)324º63.83%73.73%-
XYZ27.5416.7226.59-
YUV112.09143.76182.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 140 (55.08% from 255) = 35.35%
R=47.47%
G=17.17%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886814000.640.260.2632447.2450.2
HexBC448C0401A1A1442f32
Octal274104214010032325045762
Binary10111100100010010001100010000001101011010101000100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC448C; }

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

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

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

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

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

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

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

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