Html Css Color HEX #B55095 Mulberry

📋 copy color: '#B55095'

red 181 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #B55095

Tints of Mulberry #B55095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.51%

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

R = 44.15%
G = 19.51%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B55095 (or 0xB55095) is known color: Mulberry. HEX triplet: B5, 50 and 95. RGB value is (181,80,149). Sum of RGB (Red+Green+Blue) = 181+80+149=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B55095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55095 is #4AAF6A. Grayscale: #757575. Windows color (decimal): -4894571 or 9785525. OLE color: 9785525.

HSL color Cylindrical-coordinate representation of color #B55095: hue angle of 319.01º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55095 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 149 -
CMYK 0 0.56 0.18 0.29
HSL 319.01º 0.41% 0.51% -
HSV(B) 319.01º 0.56% 0.71% -
XYZ 27.35 17.73 30.41 -
YUV 118.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 181 80 149 0 0.56 0.18 0.29 319.01 0.41 0.51
Hex B5 50 95 0 38 12 1D 13F 29 33
Octal 265 120 225 0 70 22 35 477 51 63
Binary 10110101 1010000 10010101 0 111000 10010 11101 100111111 101001 110011

Color Harmonies of #B55095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55095

Black with #B55095

Text Example


Text Example

White with #B55095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55095; }

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

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

background-color css

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

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

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

border-color css

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

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

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