Html Css Color HEX #B55A9A Mulberry

📋 copy color: '#B55A9A'

red 181 ◦ green 90 ◦ blue 154

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

Shades of Mulberry #B55A9A

Tints of Mulberry #B55A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 42.59%
G = 21.18%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B55A9A (or 0xB55A9A) is known color: Mulberry. HEX triplet: B5, 5A and 9A. RGB value is (181,90,154). Sum of RGB (Red+Green+Blue) = 181+90+154=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A9A is #4AA565. Grayscale: #7C7C7C. Windows color (decimal): -4892006 or 10115765. OLE color: 10115765.

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

Color convert

RGB 181 90 154 -
CMYK 0 0.50 0.15 0.29
HSL 317.8º 0.38% 0.53% -
HSV(B) 317.8º 0.5% 0.71% -
XYZ 28.54 19.47 32.83 -
YUV 124.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 181 90 154 0 0.50 0.15 0.29 317.8 0.38 0.53
Hex B5 5A 9A 0 32 F 1D 13E 26 35
Octal 265 132 232 0 62 17 35 476 46 65
Binary 10110101 1011010 10011010 0 110010 1111 11101 100111110 100110 110101

Color Harmonies of #B55A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A9A

Black with #B55A9A

Text Example


Text Example

White with #B55A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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