Html Css Color HEX #B55285 Mulberry

📋 copy color: '#B55285'

red 181 ◦ green 82 ◦ blue 133

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

Shades of Mulberry #B55285

Tints of Mulberry #B55285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.71%

 BLUE value IS 133 (52.34% from 255) = 33.59%

R = 45.71%
G = 20.71%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B55285 (or 0xB55285) is known color: Mulberry. HEX triplet: B5, 52 and 85. RGB value is (181,82,133). Sum of RGB (Red+Green+Blue) = 181+82+133=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B55285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55285 is #4AAD7A. Grayscale: #757575. Windows color (decimal): -4894075 or 8737461. OLE color: 8737461.

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

Color convert

RGB 181 82 133 -
CMYK 0 0.55 0.27 0.29
HSL 329.09º 0.4% 0.52% -
HSV(B) 329.09º 0.55% 0.71% -
XYZ 26.31 17.55 24.19 -
YUV 117.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 181 82 133 0 0.55 0.27 0.29 329.09 0.4 0.52
Hex B5 52 85 0 37 1B 1D 149 28 34
Octal 265 122 205 0 67 33 35 511 50 64
Binary 10110101 1010010 10000101 0 110111 11011 11101 101001001 101000 110100

Color Harmonies of #B55285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55285

Black with #B55285

Text Example


Text Example

White with #B55285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55285; }

 p { color: rgb(181,82,133); }

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

background-color css

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

 a { background-color: rgb(181,82,133); }

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

border-color css

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

 span { border-color: rgb(181,82,133); }

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