Html Css Color HEX #B34D8D Mulberry

📋 copy color: '#B34D8D'

red 179 ◦ green 77 ◦ blue 141

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

Shades of Mulberry #B34D8D

Tints of Mulberry #B34D8D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 45.09%
G = 19.4%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B34D8D (or 0xB34D8D) is known color: Mulberry. HEX triplet: B3, 4D and 8D. RGB value is (179,77,141). Sum of RGB (Red+Green+Blue) = 179+77+141=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34D8D is #4CB272. Grayscale: #727272. Windows color (decimal): -5026419 or 9260467. OLE color: 9260467.

HSL color Cylindrical-coordinate representation of color #B34D8D: hue angle of 322.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34D8D is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 77 141 -
CMYK 0 0.57 0.21 0.30
HSL 322.35º 0.4% 0.5% -
HSV(B) 322.35º 0.57% 0.7% -
XYZ 26.05 16.81 27.07 -
YUV 114.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 179 77 141 0 0.57 0.21 0.30 322.35 0.4 0.5
Hex B3 4D 8D 0 39 15 1E 142 28 32
Octal 263 115 215 0 71 25 36 502 50 62
Binary 10110011 1001101 10001101 0 111001 10101 11110 101000010 101000 110010

Color Harmonies of #B34D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D8D

Black with #B34D8D

Text Example


Text Example

White with #B34D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D8D; }

 p { color: rgb(179,77,141); }

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

background-color css

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

 a { background-color: rgb(179,77,141); }

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

border-color css

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

 span { border-color: rgb(179,77,141); }

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