Html Css Color HEX #B5498E Mulberry

📋 copy color: '#B5498E'

red 181 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #B5498E

Tints of Mulberry #B5498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 45.71%
G = 18.43%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5498E (or 0xB5498E) is known color: Mulberry. HEX triplet: B5, 49 and 8E. RGB value is (181,73,142). Sum of RGB (Red+Green+Blue) = 181+73+142=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5498E is #4AB671. Grayscale: #707070. Windows color (decimal): -4896370 or 9324981. OLE color: 9324981.

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

Color convert

RGB 181 73 142 -
CMYK 0 0.60 0.22 0.29
HSL 321.67º 0.43% 0.5% -
HSV(B) 321.67º 0.6% 0.71% -
XYZ 26.32 16.54 27.4 -
YUV 113.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 181 73 142 0 0.60 0.22 0.29 321.67 0.43 0.5
Hex B5 49 8E 0 3C 16 1D 142 2B 32
Octal 265 111 216 0 74 26 35 502 53 62
Binary 10110101 1001001 10001110 0 111100 10110 11101 101000010 101011 110010

Color Harmonies of #B5498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5498E

Black with #B5498E

Text Example


Text Example

White with #B5498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5498E; }

 p { color: rgb(181,73,142); }

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

background-color css

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

 a { background-color: rgb(181,73,142); }

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

border-color css

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

 span { border-color: rgb(181,73,142); }

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