Html Css Color HEX #B34886 Mulberry

📋 copy color: '#B34886'

red 179 ◦ green 72 ◦ blue 134

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

Shades of Mulberry #B34886

Tints of Mulberry #B34886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.81%

R = 46.49%
G = 18.7%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B34886 (or 0xB34886) is known color: Mulberry. HEX triplet: B3, 48 and 86. RGB value is (179,72,134). Sum of RGB (Red+Green+Blue) = 179+72+134=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B34886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34886 is #4CB779. Grayscale: #6E6E6E. Windows color (decimal): -5027706 or 8800435. OLE color: 8800435.

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

Color convert

RGB 179 72 134 -
CMYK 0 0.60 0.25 0.30
HSL 325.23º 0.43% 0.49% -
HSV(B) 325.23º 0.6% 0.7% -
XYZ 25.21 15.94 24.3 -
YUV 111.06 140.95 176.46 -
System Red Green Blue C M Y K H S L
Decimal 179 72 134 0 0.60 0.25 0.30 325.23 0.43 0.49
Hex B3 48 86 0 3C 19 1E 145 2B 31
Octal 263 110 206 0 74 31 36 505 53 61
Binary 10110011 1001000 10000110 0 111100 11001 11110 101000101 101011 110001

Color Harmonies of #B34886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34886

Black with #B34886

Text Example


Text Example

White with #B34886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34886; }

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

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

background-color css

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

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

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

border-color css

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

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

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