Html Css Color HEX #B55B99 Mulberry

📋 copy color: '#B55B99'

red 181 ◦ green 91 ◦ blue 153

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

Shades of Mulberry #B55B99

Tints of Mulberry #B55B99

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 42.59%
G = 21.41%
B = 36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B55B99 (or 0xB55B99) is known color: Mulberry. HEX triplet: B5, 5B and 99. RGB value is (181,91,153). Sum of RGB (Red+Green+Blue) = 181+91+153=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55B99 is #4AA466. Grayscale: #7C7C7C. Windows color (decimal): -4891751 or 10050485. OLE color: 10050485.

HSL color Cylindrical-coordinate representation of color #B55B99: hue angle of 318.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55B99 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 91 153 -
CMYK 0 0.50 0.15 0.29
HSL 318.67º 0.38% 0.53% -
HSV(B) 318.67º 0.5% 0.71% -
XYZ 28.55 19.61 32.42 -
YUV 124.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 181 91 153 0 0.50 0.15 0.29 318.67 0.38 0.53
Hex B5 5B 99 0 32 F 1D 13F 26 35
Octal 265 133 231 0 62 17 35 477 46 65
Binary 10110101 1011011 10011001 0 110010 1111 11101 100111111 100110 110101

Color Harmonies of #B55B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B99

Black with #B55B99

Text Example


Text Example

White with #B55B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B99; }

 p { color: rgb(181,91,153); }

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

background-color css

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

 a { background-color: rgb(181,91,153); }

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

border-color css

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

 span { border-color: rgb(181,91,153); }

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