#B95693

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

Shades of Mulberry #B95693

Tints of Mulberry #B95693

Color information

#B95693 (or 0xB95693) is unknown color: approx Mulberry. HEX triplet: B9, 56 and 93. RGB value is (185,86,147). Sum of RGB (Red+Green+Blue) = 185+86+147=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95693 is #46A96C. Grayscale: #7A7A7A. Windows color (decimal): -4630893 or 9655993. OLE color: 9655993.

HSL color Cylindrical-coordinate representation of color #B95693: hue angle of 323.03º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95693 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18586147-
CMYK00.540.210.27
HSL323.03º41.42%53.14%-
HSV(B)323.03º53.51%72.55%-
XYZ28.619.0829.78-
YUV122.56141.8172.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=44.26%
G=20.57%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858614700.540.210.27323.0341.4253.14
HexB95693036151B1432935
Octal27112622306625335035165
Binary1011100110101101001001101101101010111011101000011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95693; }

 p { color: rgb(185,86,147); }

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

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

 a { background-color: rgb(185,86,147); }

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

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

 span { border-color: rgb(185,86,147); }

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