#B95AA1

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

Shades of Mulberry #B95AA1

Tints of Mulberry #B95AA1

Color information

#B95AA1 (or 0xB95AA1) is unknown color: approx Mulberry. HEX triplet: B9, 5A and A1. RGB value is (185,90,161). Sum of RGB (Red+Green+Blue) = 185+90+161=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B95AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95AA1 is #46A55E. Grayscale: #7E7E7E. Windows color (decimal): -4629855 or 10574521. OLE color: 10574521.

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

Color convert

RGB18590161-
CMYK00.510.130.27
HSL315.16º40.43%53.92%-
HSV(B)315.16º51.35%72.55%-
XYZ30.120.236.03-
YUV126.5147.47169.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=42.43%
G=20.64%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859016100.510.130.27315.1640.4353.92
HexB95AA1033D1B13b2836
Octal27113224106315334735066
Binary101110011011010101000010110011110111011100111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95AA1; }

 p { color: rgb(185,90,161); }

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

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

 a { background-color: rgb(185,90,161); }

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

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

 span { border-color: rgb(185,90,161); }

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