Html Css Color HEX #B55384 Mulberry

📋 copy color: '#B55384'

red 181 ◦ green 83 ◦ blue 132

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

Shades of Mulberry #B55384

Tints of Mulberry #B55384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 45.71%
G = 20.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B55384 (or 0xB55384) is known color: Mulberry. HEX triplet: B5, 53 and 84. RGB value is (181,83,132). Sum of RGB (Red+Green+Blue) = 181+83+132=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B55384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55384 is #4AAC7B. Grayscale: #757575. Windows color (decimal): -4893820 or 8672181. OLE color: 8672181.

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

Color convert

RGB 181 83 132 -
CMYK 0 0.54 0.27 0.29
HSL 330º 0.4% 0.52% -
HSV(B) 330º 0.54% 0.71% -
XYZ 26.31 17.68 23.85 -
YUV 117.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 181 83 132 0 0.54 0.27 0.29 330 0.4 0.52
Hex B5 53 84 0 36 1B 1D 14A 28 34
Octal 265 123 204 0 66 33 35 512 50 64
Binary 10110101 1010011 10000100 0 110110 11011 11101 101001010 101000 110100

Color Harmonies of #B55384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55384

Black with #B55384

Text Example


Text Example

White with #B55384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55384; }

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

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

background-color css

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

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

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

border-color css

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

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

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