Html Css Color HEX #B3558D Mulberry

📋 copy color: '#B3558D'

red 179 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #B3558D

Tints of Mulberry #B3558D

RGB

 RED value IS 179 (70.31% from 255) = 44.2%

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

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

R = 44.2%
G = 20.99%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3558D (or 0xB3558D) is known color: Mulberry. HEX triplet: B3, 55 and 8D. RGB value is (179,85,141). Sum of RGB (Red+Green+Blue) = 179+85+141=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3558D is #4CAA72. Grayscale: #777777. Windows color (decimal): -5024371 or 9262515. OLE color: 9262515.

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

Color convert

RGB 179 85 141 -
CMYK 0 0.53 0.21 0.30
HSL 324.26º 0.38% 0.52% -
HSV(B) 324.26º 0.53% 0.7% -
XYZ 26.65 18 27.27 -
YUV 119.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 179 85 141 0 0.53 0.21 0.30 324.26 0.38 0.52
Hex B3 55 8D 0 35 15 1E 144 26 34
Octal 263 125 215 0 65 25 36 504 46 64
Binary 10110011 1010101 10001101 0 110101 10101 11110 101000100 100110 110100

Color Harmonies of #B3558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3558D

Black with #B3558D

Text Example


Text Example

White with #B3558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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