Html Css Color HEX #B55394 Mulberry

📋 copy color: '#B55394'

red 181 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #B55394

Tints of Mulberry #B55394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 43.93%
G = 20.15%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B55394 (or 0xB55394) is known color: Mulberry. HEX triplet: B5, 53 and 94. RGB value is (181,83,148). Sum of RGB (Red+Green+Blue) = 181+83+148=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B55394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55394 is #4AAC6B. Grayscale: #777777. Windows color (decimal): -4893804 or 9720757. OLE color: 9720757.

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

Color convert

RGB 181 83 148 -
CMYK 0 0.54 0.18 0.29
HSL 320.2º 0.4% 0.52% -
HSV(B) 320.2º 0.54% 0.71% -
XYZ 27.49 18.15 30.07 -
YUV 119.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 181 83 148 0 0.54 0.18 0.29 320.2 0.4 0.52
Hex B5 53 94 0 36 12 1D 140 28 34
Octal 265 123 224 0 66 22 35 500 50 64
Binary 10110101 1010011 10010100 0 110110 10010 11101 101000000 101000 110100

Color Harmonies of #B55394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55394

Black with #B55394

Text Example


Text Example

White with #B55394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55394; }

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

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

background-color css

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

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

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

border-color css

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

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

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