Html Css Color HEX #B55D93 Mulberry

📋 copy color: '#B55D93'

red 181 ◦ green 93 ◦ blue 147

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

Shades of Mulberry #B55D93

Tints of Mulberry #B55D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.92%

R = 42.99%
G = 22.09%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B55D93 (or 0xB55D93) is known color: Mulberry. HEX triplet: B5, 5D and 93. RGB value is (181,93,147). Sum of RGB (Red+Green+Blue) = 181+93+147=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D93 is #4AA26C. Grayscale: #7D7D7D. Windows color (decimal): -4891245 or 9657781. OLE color: 9657781.

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

Color convert

RGB 181 93 147 -
CMYK 0 0.49 0.19 0.29
HSL 323.18º 0.37% 0.54% -
HSV(B) 323.18º 0.49% 0.71% -
XYZ 28.24 19.76 29.93 -
YUV 125.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 181 93 147 0 0.49 0.19 0.29 323.18 0.37 0.54
Hex B5 5D 93 0 31 13 1D 143 25 36
Octal 265 135 223 0 61 23 35 503 45 66
Binary 10110101 1011101 10010011 0 110001 10011 11101 101000011 100101 110110

Color Harmonies of #B55D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D93

Black with #B55D93

Text Example


Text Example

White with #B55D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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