Html Css Color HEX #B55D8C Mulberry

📋 copy color: '#B55D8C'

red 181 ◦ green 93 ◦ blue 140

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

Shades of Mulberry #B55D8C

Tints of Mulberry #B55D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 43.72%
G = 22.46%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B55D8C (or 0xB55D8C) is known color: Mulberry. HEX triplet: B5, 5D and 8C. RGB value is (181,93,140). Sum of RGB (Red+Green+Blue) = 181+93+140=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D8C is #4AA273. Grayscale: #7C7C7C. Windows color (decimal): -4891252 or 9199029. OLE color: 9199029.

HSL color Cylindrical-coordinate representation of color #B55D8C: hue angle of 327.95º 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 #B55D8C is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 93 140 -
CMYK 0 0.49 0.23 0.29
HSL 327.95º 0.37% 0.54% -
HSV(B) 327.95º 0.49% 0.71% -
XYZ 27.7 19.55 27.12 -
YUV 124.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 181 93 140 0 0.49 0.23 0.29 327.95 0.37 0.54
Hex B5 5D 8C 0 31 17 1D 148 25 36
Octal 265 135 214 0 61 27 35 510 45 66
Binary 10110101 1011101 10001100 0 110001 10111 11101 101001000 100101 110110

Color Harmonies of #B55D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D8C

Black with #B55D8C

Text Example


Text Example

White with #B55D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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