Html Css Color HEX #B34996 Mulberry

📋 copy color: '#B34996'

red 179 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #B34996

Tints of Mulberry #B34996

RGB

 RED value IS 179 (70.31% from 255) = 44.53%

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

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 44.53%
G = 18.16%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B34996 (or 0xB34996) is known color: Mulberry. HEX triplet: B3, 49 and 96. RGB value is (179,73,150). Sum of RGB (Red+Green+Blue) = 179+73+150=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B34996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34996 is #4CB669. Grayscale: #717171. Windows color (decimal): -5027434 or 9849267. OLE color: 9849267.

HSL color Cylindrical-coordinate representation of color #B34996: hue angle of 316.42º 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 #B34996 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 150 -
CMYK 0 0.59 0.16 0.30
HSL 316.42º 0.42% 0.49% -
HSV(B) 316.42º 0.59% 0.7% -
XYZ 26.48 16.55 30.65 -
YUV 113.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 179 73 150 0 0.59 0.16 0.30 316.42 0.42 0.49
Hex B3 49 96 0 3B 10 1E 13C 2A 31
Octal 263 111 226 0 73 20 36 474 52 61
Binary 10110011 1001001 10010110 0 111011 10000 11110 100111100 101010 110001

Color Harmonies of #B34996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34996

Black with #B34996

Text Example


Text Example

White with #B34996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34996; }

 p { color: rgb(179,73,150); }

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

background-color css

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

 a { background-color: rgb(179,73,150); }

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

border-color css

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

 span { border-color: rgb(179,73,150); }

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