Html Css Color HEX #B5488B Mulberry

📋 copy color: '#B5488B'

red 181 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #B5488B

Tints of Mulberry #B5488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 46.17%
G = 18.37%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5488B (or 0xB5488B) is known color: Mulberry. HEX triplet: B5, 48 and 8B. RGB value is (181,72,139). Sum of RGB (Red+Green+Blue) = 181+72+139=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5488B is #4AB774. Grayscale: #707070. Windows color (decimal): -4896629 or 9128117. OLE color: 9128117.

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

Color convert

RGB 181 72 139 -
CMYK 0 0.60 0.23 0.29
HSL 323.12º 0.43% 0.5% -
HSV(B) 323.12º 0.6% 0.71% -
XYZ 26.03 16.32 26.2 -
YUV 112.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 181 72 139 0 0.60 0.23 0.29 323.12 0.43 0.5
Hex B5 48 8B 0 3C 17 1D 143 2B 32
Octal 265 110 213 0 74 27 35 503 53 62
Binary 10110101 1001000 10001011 0 111100 10111 11101 101000011 101011 110010

Color Harmonies of #B5488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5488B

Black with #B5488B

Text Example


Text Example

White with #B5488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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