Html Css Color HEX #B2499B Mulberry

📋 copy color: '#B2499B'

red 178 ◦ green 73 ◦ blue 155

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

Shades of Mulberry #B2499B

Tints of Mulberry #B2499B

RGB

 RED value IS 178 (69.92% from 255) = 43.84%

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

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 43.84%
G = 17.98%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2499B (or 0xB2499B) is known color: Mulberry. HEX triplet: B2, 49 and 9B. RGB value is (178,73,155). Sum of RGB (Red+Green+Blue) = 178+73+155=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2499B is #4DB664. Grayscale: #717171. Windows color (decimal): -5092965 or 10176946. OLE color: 10176946.

HSL color Cylindrical-coordinate representation of color #B2499B: hue angle of 313.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2499B is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 155 -
CMYK 0 0.59 0.13 0.30
HSL 313.14º 0.42% 0.49% -
HSV(B) 313.14º 0.59% 0.7% -
XYZ 26.66 16.6 32.81 -
YUV 113.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 178 73 155 0 0.59 0.13 0.30 313.14 0.42 0.49
Hex B2 49 9B 0 3B D 1E 139 2A 31
Octal 262 111 233 0 73 15 36 471 52 61
Binary 10110010 1001001 10011011 0 111011 1101 11110 100111001 101010 110001

Color Harmonies of #B2499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2499B

Black with #B2499B

Text Example


Text Example

White with #B2499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2499B; }

 p { color: rgb(178,73,155); }

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

background-color css

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

 a { background-color: rgb(178,73,155); }

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

border-color css

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

 span { border-color: rgb(178,73,155); }

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