#BC4287

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

Shades of Mulberry #BC4287

Tints of Mulberry #BC4287

Color information

#BC4287 (or 0xBC4287) is unknown color: approx Mulberry. HEX triplet: BC, 42 and 87. RGB value is (188,66,135). Sum of RGB (Red+Green+Blue) = 188+66+135=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4287 is #43BD78. Grayscale: #6E6E6E. Windows color (decimal): -4439417 or 8864444. OLE color: 8864444.

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

Color convert

RGB18866135-
CMYK00.650.280.26
HSL326.07º48.03%49.8%-
HSV(B)326.07º64.89%73.73%-
XYZ27.0616.3424.65-
YUV110.34141.92183.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=48.33%
G=16.97%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886613500.650.280.26326.0748.0349.8
HexBC42870411C1A1463032
Octal274102207010134325066062
Binary10111100100001010000111010000011110011010101000110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4287; }

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

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

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

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

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

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

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

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