#B8438D

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

Shades of Mulberry #B8438D

Tints of Mulberry #B8438D

Color information

#B8438D (or 0xB8438D) is unknown color: approx Mulberry. HEX triplet: B8, 43 and 8D. RGB value is (184,67,141). Sum of RGB (Red+Green+Blue) = 184+67+141=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8438D is #47BC72. Grayscale: #6E6E6E. Windows color (decimal): -4701299 or 9257912. OLE color: 9257912.

HSL color Cylindrical-coordinate representation of color #B8438D: hue angle of 322.05º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8438D is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18467141-
CMYK00.640.230.28
HSL322.05º46.61%49.22%-
HSV(B)322.05º63.59%72.16%-
XYZ26.5816.1326.91-
YUV110.42145.26180.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.94%
GREEN value IS 67 (26.56% from 255) = 17.09%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=46.94%
G=17.09%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846714100.640.230.28322.0546.6149.22
HexB8438D040171C1422f31
Octal270103215010027345025761
Binary10111000100001110001101010000001011111100101000010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8438D; }

 p { color: rgb(184,67,141); }

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

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

 a { background-color: rgb(184,67,141); }

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

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

 span { border-color: rgb(184,67,141); }

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