Html Css Color HEX #B34896 Mulberry

📋 copy color: '#B34896'

red 179 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #B34896

Tints of Mulberry #B34896

RGB

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

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

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

R = 44.64%
G = 17.96%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B34896 (or 0xB34896) is known color: Mulberry. HEX triplet: B3, 48 and 96. RGB value is (179,72,150). Sum of RGB (Red+Green+Blue) = 179+72+150=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B34896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34896 is #4CB769. Grayscale: #707070. Windows color (decimal): -5027690 or 9849011. OLE color: 9849011.

HSL color Cylindrical-coordinate representation of color #B34896: hue angle of 316.26º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34896 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 72 150 -
CMYK 0 0.60 0.16 0.30
HSL 316.26º 0.43% 0.49% -
HSV(B) 316.26º 0.6% 0.7% -
XYZ 26.41 16.42 30.63 -
YUV 112.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 179 72 150 0 0.60 0.16 0.30 316.26 0.43 0.49
Hex B3 48 96 0 3C 10 1E 13C 2B 31
Octal 263 110 226 0 74 20 36 474 53 61
Binary 10110011 1001000 10010110 0 111100 10000 11110 100111100 101011 110001

Color Harmonies of #B34896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34896

Black with #B34896

Text Example


Text Example

White with #B34896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34896; }

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

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

background-color css

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

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

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

border-color css

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

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

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