Html Css Color HEX #B34D8E Mulberry

📋 copy color: '#B34D8E'

red 179 ◦ green 77 ◦ blue 142

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

Shades of Mulberry #B34D8E

Tints of Mulberry #B34D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 44.97%
G = 19.35%
B = 35.68%

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

#B34D8E (or 0xB34D8E) is known color: Mulberry. HEX triplet: B3, 4D and 8E. RGB value is (179,77,142). Sum of RGB (Red+Green+Blue) = 179+77+142=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34D8E is #4CB271. Grayscale: #727272. Windows color (decimal): -5026418 or 9326003. OLE color: 9326003.

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

Color convert

RGB 179 77 142 -
CMYK 0 0.57 0.21 0.30
HSL 321.76º 0.4% 0.5% -
HSV(B) 321.76º 0.57% 0.7% -
XYZ 26.13 16.84 27.47 -
YUV 114.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 179 77 142 0 0.57 0.21 0.30 321.76 0.4 0.5
Hex B3 4D 8E 0 39 15 1E 142 28 32
Octal 263 115 216 0 71 25 36 502 50 62
Binary 10110011 1001101 10001110 0 111001 10101 11110 101000010 101000 110010

Color Harmonies of #B34D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D8E

Black with #B34D8E

Text Example


Text Example

White with #B34D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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