#b952a3

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

Shades of Mulberry #B952A3

Tints of Mulberry #B952A3

Color information

#B952A3 (or 0xB952A3) is unknown color: approx Mulberry. HEX triplet: B9, 52 and A3. RGB value is (185,82,163). Sum of RGB (Red+Green+Blue) = 185+82+163=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B952A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952A3 is #46AD5C. Grayscale: #797979. Windows color (decimal): -4631901 or 10703545. OLE color: 10703545.

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

Color convert

RGB18582163-
CMYK00.560.120.27
HSL312.82º42.39%52.35%-
HSV(B)312.82º55.68%72.55%-
XYZ29.6418.9936.75-
YUV122.03151.12172.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=43.02%
G=19.07%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858216300.560.120.27312.8242.3952.35
HexB952A3038C1B1392a34
Octal27112224307014334715264
Binary101110011010010101000110111000110011011100111001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b952a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b952a3; }

 p { color: rgb(185,82,163); }

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

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

 a { background-color: rgb(185,82,163); }

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

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

 span { border-color: rgb(185,82,163); }

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