Html Css Color HEX #B34D9A Mulberry

📋 copy color: '#B34D9A'

red 179 ◦ green 77 ◦ blue 154

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

Shades of Mulberry #B34D9A

Tints of Mulberry #B34D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 43.66%
G = 18.78%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B34D9A (or 0xB34D9A) is known color: Mulberry. HEX triplet: B3, 4D and 9A. RGB value is (179,77,154). Sum of RGB (Red+Green+Blue) = 179+77+154=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34D9A is #4CB265. Grayscale: #747474. Windows color (decimal): -5026406 or 10112435. OLE color: 10112435.

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

Color convert

RGB 179 77 154 -
CMYK 0 0.57 0.14 0.30
HSL 314.71º 0.4% 0.5% -
HSV(B) 314.71º 0.57% 0.7% -
XYZ 27.08 17.22 32.47 -
YUV 116.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 179 77 154 0 0.57 0.14 0.30 314.71 0.4 0.5
Hex B3 4D 9A 0 39 E 1E 13B 28 32
Octal 263 115 232 0 71 16 36 473 50 62
Binary 10110011 1001101 10011010 0 111001 1110 11110 100111011 101000 110010

Color Harmonies of #B34D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D9A

Black with #B34D9A

Text Example


Text Example

White with #B34D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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