Html Css Color HEX #B55B95 Mulberry

📋 copy color: '#B55B95'

red 181 ◦ green 91 ◦ blue 149

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

Shades of Mulberry #B55B95

Tints of Mulberry #B55B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 42.99%
G = 21.62%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B55B95 (or 0xB55B95) is known color: Mulberry. HEX triplet: B5, 5B and 95. RGB value is (181,91,149). Sum of RGB (Red+Green+Blue) = 181+91+149=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55B95 is #4AA46A. Grayscale: #7C7C7C. Windows color (decimal): -4891755 or 9788341. OLE color: 9788341.

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

Color convert

RGB 181 91 149 -
CMYK 0 0.50 0.18 0.29
HSL 321.33º 0.38% 0.53% -
HSV(B) 321.33º 0.5% 0.71% -
XYZ 28.22 19.48 30.71 -
YUV 124.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 181 91 149 0 0.50 0.18 0.29 321.33 0.38 0.53
Hex B5 5B 95 0 32 12 1D 141 26 35
Octal 265 133 225 0 62 22 35 501 46 65
Binary 10110101 1011011 10010101 0 110010 10010 11101 101000001 100110 110101

Color Harmonies of #B55B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B95

Black with #B55B95

Text Example


Text Example

White with #B55B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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