#B95894

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

Shades of Mulberry #B95894

Tints of Mulberry #B95894

Color information

#B95894 (or 0xB95894) is unknown color: approx Mulberry. HEX triplet: B9, 58 and 94. RGB value is (185,88,148). Sum of RGB (Red+Green+Blue) = 185+88+148=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B95894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95894 is #46A76B. Grayscale: #7B7B7B. Windows color (decimal): -4630380 or 9722041. OLE color: 9722041.

HSL color Cylindrical-coordinate representation of color #B95894: hue angle of 322.89º 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 #B95894 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18588148-
CMYK00.520.200.27
HSL322.89º40.93%53.53%-
HSV(B)322.89º52.43%72.55%-
XYZ28.8419.4330.25-
YUV123.84141.64171.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=43.94%
G=20.90%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858814800.520.200.27322.8940.9353.53
HexB95894034141B1432936
Octal27113022406424335035166
Binary1011100110110001001010001101001010011011101000011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95894; }

 p { color: rgb(185,88,148); }

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

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

 a { background-color: rgb(185,88,148); }

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

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

 span { border-color: rgb(185,88,148); }

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