Html Css Color HEX #B55A94 Mulberry

📋 copy color: '#B55A94'

red 181 ◦ green 90 ◦ blue 148

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

Shades of Mulberry #B55A94

Tints of Mulberry #B55A94

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.48%

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 43.2%
G = 21.48%
B = 35.32%

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

#B55A94 (or 0xB55A94) is known color: Mulberry. HEX triplet: B5, 5A and 94. RGB value is (181,90,148). Sum of RGB (Red+Green+Blue) = 181+90+148=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A94 is #4AA56B. Grayscale: #7B7B7B. Windows color (decimal): -4892012 or 9722549. OLE color: 9722549.

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

Color convert

RGB 181 90 148 -
CMYK 0 0.50 0.18 0.29
HSL 321.76º 0.38% 0.53% -
HSV(B) 321.76º 0.5% 0.71% -
XYZ 28.06 19.27 30.26 -
YUV 123.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 181 90 148 0 0.50 0.18 0.29 321.76 0.38 0.53
Hex B5 5A 94 0 32 12 1D 142 26 35
Octal 265 132 224 0 62 22 35 502 46 65
Binary 10110101 1011010 10010100 0 110010 10010 11101 101000010 100110 110101

Color Harmonies of #B55A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A94

Black with #B55A94

Text Example


Text Example

White with #B55A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A94; }

 p { color: rgb(181,90,148); }

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

background-color css

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

 a { background-color: rgb(181,90,148); }

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

border-color css

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

 span { border-color: rgb(181,90,148); }

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