Html Css Color HEX #B55091 Mulberry

📋 copy color: '#B55091'

red 181 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #B55091

Tints of Mulberry #B55091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 44.58%
G = 19.7%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B55091 (or 0xB55091) is known color: Mulberry. HEX triplet: B5, 50 and 91. RGB value is (181,80,145). Sum of RGB (Red+Green+Blue) = 181+80+145=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B55091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55091 is #4AAF6E. Grayscale: #757575. Windows color (decimal): -4894575 or 9523381. OLE color: 9523381.

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

Color convert

RGB 181 80 145 -
CMYK 0 0.56 0.20 0.29
HSL 321.39º 0.41% 0.51% -
HSV(B) 321.39º 0.56% 0.71% -
XYZ 27.04 17.61 28.76 -
YUV 117.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 181 80 145 0 0.56 0.20 0.29 321.39 0.41 0.51
Hex B5 50 91 0 38 14 1D 141 29 33
Octal 265 120 221 0 70 24 35 501 51 63
Binary 10110101 1010000 10010001 0 111000 10100 11101 101000001 101001 110011

Color Harmonies of #B55091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55091

Black with #B55091

Text Example


Text Example

White with #B55091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55091; }

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

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

background-color css

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

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

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

border-color css

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

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

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