Html Css Color HEX #B2558D Mulberry

📋 copy color: '#B2558D'

red 178 ◦ green 85 ◦ blue 141

#B2558D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B2558D

Tints of Mulberry #B2558D

RGB

 RED value IS 178 (69.92% from 255) = 44.06%

 GREEN value IS 85 (33.59% from 255) = 21.04%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 44.06%
G = 21.04%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2558D (or 0xB2558D) is known color: Mulberry. HEX triplet: B2, 55 and 8D. RGB value is (178,85,141). Sum of RGB (Red+Green+Blue) = 178+85+141=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2558D is #4DAA72. Grayscale: #777777. Windows color (decimal): -5089907 or 9262514. OLE color: 9262514.

HSL color Cylindrical-coordinate representation of color #B2558D: hue angle of 323.87º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2558D is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 141 -
CMYK 0 0.52 0.21 0.30
HSL 323.87º 0.38% 0.52% -
HSV(B) 323.87º 0.52% 0.7% -
XYZ 26.42 17.89 27.26 -
YUV 119.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 178 85 141 0 0.52 0.21 0.30 323.87 0.38 0.52
Hex B2 55 8D 0 34 15 1E 144 26 34
Octal 262 125 215 0 64 25 36 504 46 64
Binary 10110010 1010101 10001101 0 110100 10101 11110 101000100 100110 110100

Color Harmonies of #B2558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2558D

Black with #B2558D

Text Example


Text Example

White with #B2558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2558D; }

 p { color: rgb(178,85,141); }

 H1.HeaderClassName
 {
   color: #B2558D;
 }
 .AnyTagClassName
 {
   color: #B2558D;
 }
</style>

background-color css

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

 a { background-color: rgb(178,85,141); }

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

border-color css

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

 span { border-color: rgb(178,85,141); }

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