#BC438E

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

Shades of Mulberry #BC438E

Tints of Mulberry #BC438E

Color information

#BC438E (or 0xBC438E) is unknown color: approx Mulberry. HEX triplet: BC, 43 and 8E. RGB value is (188,67,142). Sum of RGB (Red+Green+Blue) = 188+67+142=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC438E is #43BC71. Grayscale: #6F6F6F. Windows color (decimal): -4439154 or 9323452. OLE color: 9323452.

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

Color convert

RGB18867142-
CMYK00.640.240.26
HSL322.81º47.45%50%-
HSV(B)322.81º64.36%73.73%-
XYZ27.6316.6627.35-
YUV111.73145.09182.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 67 (26.56% from 255) = 16.88%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=47.36%
G=16.88%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886714200.640.240.26322.8147.4550
HexBC438E040181A1432f32
Octal274103216010030325035762
Binary10111100100001110001110010000001100011010101000011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC438E; }

 p { color: rgb(188,67,142); }

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

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

 a { background-color: rgb(188,67,142); }

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

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

 span { border-color: rgb(188,67,142); }

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