Html Css Color HEX #B55090 Mulberry

📋 copy color: '#B55090'

red 181 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #B55090

Tints of Mulberry #B55090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 44.69%
G = 19.75%
B = 35.56%

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

#B55090 (or 0xB55090) is known color: Mulberry. HEX triplet: B5, 50 and 90. RGB value is (181,80,144). Sum of RGB (Red+Green+Blue) = 181+80+144=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B55090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55090 is #4AAF6F. Grayscale: #757575. Windows color (decimal): -4894576 or 9457845. OLE color: 9457845.

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

Color convert

RGB 181 80 144 -
CMYK 0 0.56 0.20 0.29
HSL 321.98º 0.41% 0.51% -
HSV(B) 321.98º 0.56% 0.71% -
XYZ 26.96 17.57 28.36 -
YUV 117.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 181 80 144 0 0.56 0.20 0.29 321.98 0.41 0.51
Hex B5 50 90 0 38 14 1D 142 29 33
Octal 265 120 220 0 70 24 35 502 51 63
Binary 10110101 1010000 10010000 0 111000 10100 11101 101000010 101001 110011

Color Harmonies of #B55090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55090

Black with #B55090

Text Example


Text Example

White with #B55090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55090; }

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

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

background-color css

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

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

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

border-color css

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

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

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