Html Css Color HEX #B5499E Mulberry

📋 copy color: '#B5499E'

red 181 ◦ green 73 ◦ blue 158

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

Shades of Mulberry #B5499E

Tints of Mulberry #B5499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 43.93%
G = 17.72%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5499E (or 0xB5499E) is known color: Mulberry. HEX triplet: B5, 49 and 9E. RGB value is (181,73,158). Sum of RGB (Red+Green+Blue) = 181+73+158=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5499E is #4AB661. Grayscale: #727272. Windows color (decimal): -4896354 or 10373557. OLE color: 10373557.

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

Color convert

RGB 181 73 158 -
CMYK 0 0.60 0.13 0.29
HSL 312.78º 0.43% 0.5% -
HSV(B) 312.78º 0.6% 0.71% -
XYZ 27.61 17.06 34.18 -
YUV 114.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 181 73 158 0 0.60 0.13 0.29 312.78 0.43 0.5
Hex B5 49 9E 0 3C D 1D 139 2B 32
Octal 265 111 236 0 74 15 35 471 53 62
Binary 10110101 1001001 10011110 0 111100 1101 11101 100111001 101011 110010

Color Harmonies of #B5499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5499E

Black with #B5499E

Text Example


Text Example

White with #B5499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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