#B2508A

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

Shades of Mulberry #B2508A

Tints of Mulberry #B2508A

Color information

#B2508A (or 0xB2508A) is unknown color: approx Mulberry. HEX triplet: B2, 50 and 8A. RGB value is (178,80,138). Sum of RGB (Red+Green+Blue) = 178+80+138=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B2508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2508A is #4DAF75. Grayscale: #737373. Windows color (decimal): -5091190 or 9064626. OLE color: 9064626.

HSL color Cylindrical-coordinate representation of color #B2508A: hue angle of 324.49º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2508A is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17880138-
CMYK00.550.220.30
HSL324.49º38.89%50.59%-
HSV(B)324.49º55.06%69.8%-
XYZ25.8217.0425.97-
YUV115.91140.47172.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=44.95%
G=20.20%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788013800.550.220.30324.4938.8950.59
HexB2508A037161E1442733
Octal26212021206726365044763
Binary1011001010100001000101001101111011011110101000100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2508A; }

 p { color: rgb(178,80,138); }

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

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

 a { background-color: rgb(178,80,138); }

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

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

 span { border-color: rgb(178,80,138); }

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