#B95FA0

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

Shades of Mulberry #B95FA0

Tints of Mulberry #B95FA0

Color information

#B95FA0 (or 0xB95FA0) is unknown color: approx Mulberry. HEX triplet: B9, 5F and A0. RGB value is (185,95,160). Sum of RGB (Red+Green+Blue) = 185+95+160=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B95FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95FA0 is #46A05F. Grayscale: #818181. Windows color (decimal): -4628576 or 10510265. OLE color: 10510265.

HSL color Cylindrical-coordinate representation of color #B95FA0: hue angle of 316.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95FA0 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18595160-
CMYK00.490.140.27
HSL316.67º39.13%54.9%-
HSV(B)316.67º48.65%72.55%-
XYZ30.4421.0435.71-
YUV129.32145.32167.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=42.05%
G=21.59%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859516000.490.140.27316.6739.1354.9
HexB95FA0031E1B13d2737
Octal27113724006116334754767
Binary101110011011111101000000110001111011011100111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95FA0; }

 p { color: rgb(185,95,160); }

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

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

 a { background-color: rgb(185,95,160); }

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

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

 span { border-color: rgb(185,95,160); }

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