#B95993

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

Shades of Mulberry #B95993

Tints of Mulberry #B95993

Color information

#B95993 (or 0xB95993) is unknown color: approx Mulberry. HEX triplet: B9, 59 and 93. RGB value is (185,89,147). Sum of RGB (Red+Green+Blue) = 185+89+147=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B95993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95993 is #46A66C. Grayscale: #7C7C7C. Windows color (decimal): -4630125 or 9656761. OLE color: 9656761.

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

Color convert

RGB18589147-
CMYK00.520.210.27
HSL323.75º40.68%53.73%-
HSV(B)323.75º51.89%72.55%-
XYZ28.8519.5729.86-
YUV124.32140.8171.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=43.94%
G=21.14%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858914700.520.210.27323.7540.6853.73
HexB95993034151B1442936
Octal27113122306425335045166
Binary1011100110110011001001101101001010111011101000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95993; }

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

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

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

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

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

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

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

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