Html Css Color HEX #B55684 Mulberry

📋 copy color: '#B55684'

red 181 ◦ green 86 ◦ blue 132

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

Shades of Mulberry #B55684

Tints of Mulberry #B55684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.55%

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

R = 45.36%
G = 21.55%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B55684 (or 0xB55684) is known color: Mulberry. HEX triplet: B5, 56 and 84. RGB value is (181,86,132). Sum of RGB (Red+Green+Blue) = 181+86+132=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B55684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55684 is #4AA97B. Grayscale: #777777. Windows color (decimal): -4893052 or 8672949. OLE color: 8672949.

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

Color convert

RGB 181 86 132 -
CMYK 0 0.52 0.27 0.29
HSL 330.95º 0.39% 0.52% -
HSV(B) 330.95º 0.52% 0.71% -
XYZ 26.55 18.15 23.93 -
YUV 119.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 181 86 132 0 0.52 0.27 0.29 330.95 0.39 0.52
Hex B5 56 84 0 34 1B 1D 14B 27 34
Octal 265 126 204 0 64 33 35 513 47 64
Binary 10110101 1010110 10000100 0 110100 11011 11101 101001011 100111 110100

Color Harmonies of #B55684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55684

Black with #B55684

Text Example


Text Example

White with #B55684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55684; }

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

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

background-color css

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

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

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

border-color css

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

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

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