Html Css Color HEX #B55393 Mulberry

📋 copy color: '#B55393'

red 181 ◦ green 83 ◦ blue 147

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

Shades of Mulberry #B55393

Tints of Mulberry #B55393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

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

R = 44.04%
G = 20.19%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B55393 (or 0xB55393) is known color: Mulberry. HEX triplet: B5, 53 and 93. RGB value is (181,83,147). Sum of RGB (Red+Green+Blue) = 181+83+147=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B55393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55393 is #4AAC6C. Grayscale: #777777. Windows color (decimal): -4893805 or 9655221. OLE color: 9655221.

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

Color convert

RGB 181 83 147 -
CMYK 0 0.54 0.19 0.29
HSL 320.82º 0.4% 0.52% -
HSV(B) 320.82º 0.54% 0.71% -
XYZ 27.42 18.12 29.66 -
YUV 119.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 181 83 147 0 0.54 0.19 0.29 320.82 0.4 0.52
Hex B5 53 93 0 36 13 1D 141 28 34
Octal 265 123 223 0 66 23 35 501 50 64
Binary 10110101 1010011 10010011 0 110110 10011 11101 101000001 101000 110100

Color Harmonies of #B55393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55393

Black with #B55393

Text Example


Text Example

White with #B55393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55393; }

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

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

background-color css

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

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

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

border-color css

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

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

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