Html Css Color HEX #B5488A Mulberry

📋 copy color: '#B5488A'

red 181 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #B5488A

Tints of Mulberry #B5488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.41%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 46.29%
G = 18.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5488A (or 0xB5488A) is known color: Mulberry. HEX triplet: B5, 48 and 8A. RGB value is (181,72,138). Sum of RGB (Red+Green+Blue) = 181+72+138=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5488A is #4AB775. Grayscale: #6F6F6F. Windows color (decimal): -4896630 or 9062581. OLE color: 9062581.

HSL color Cylindrical-coordinate representation of color #B5488A: hue angle of 323.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5488A is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 72 138 -
CMYK 0 0.60 0.24 0.29
HSL 323.67º 0.43% 0.5% -
HSV(B) 323.67º 0.6% 0.71% -
XYZ 25.96 16.29 25.82 -
YUV 112.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 181 72 138 0 0.60 0.24 0.29 323.67 0.43 0.5
Hex B5 48 8A 0 3C 18 1D 144 2B 32
Octal 265 110 212 0 74 30 35 504 53 62
Binary 10110101 1001000 10001010 0 111100 11000 11101 101000100 101011 110010

Color Harmonies of #B5488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5488A

Black with #B5488A

Text Example


Text Example

White with #B5488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5488A; }

 p { color: rgb(181,72,138); }

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

background-color css

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

 a { background-color: rgb(181,72,138); }

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

border-color css

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

 span { border-color: rgb(181,72,138); }

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