Html Css Color HEX #B55D8D Mulberry

📋 copy color: '#B55D8D'

red 181 ◦ green 93 ◦ blue 141

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

Shades of Mulberry #B55D8D

Tints of Mulberry #B55D8D

RGB

 RED value IS 181 (71.09% from 255) = 43.61%

 GREEN value IS 93 (36.72% from 255) = 22.41%

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

R = 43.61%
G = 22.41%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B55D8D (or 0xB55D8D) is known color: Mulberry. HEX triplet: B5, 5D and 8D. RGB value is (181,93,141). Sum of RGB (Red+Green+Blue) = 181+93+141=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D8D is #4AA272. Grayscale: #7C7C7C. Windows color (decimal): -4891251 or 9264565. OLE color: 9264565.

HSL color Cylindrical-coordinate representation of color #B55D8D: hue angle of 327.27º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55D8D is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 93 141 -
CMYK 0 0.49 0.22 0.29
HSL 327.27º 0.37% 0.54% -
HSV(B) 327.27º 0.49% 0.71% -
XYZ 27.78 19.58 27.51 -
YUV 124.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 181 93 141 0 0.49 0.22 0.29 327.27 0.37 0.54
Hex B5 5D 8D 0 31 16 1D 147 25 36
Octal 265 135 215 0 61 26 35 507 45 66
Binary 10110101 1011101 10001101 0 110001 10110 11101 101000111 100101 110110

Color Harmonies of #B55D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D8D

Black with #B55D8D

Text Example


Text Example

White with #B55D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D8D; }

 p { color: rgb(181,93,141); }

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

background-color css

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

 a { background-color: rgb(181,93,141); }

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

border-color css

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

 span { border-color: rgb(181,93,141); }

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