Html Css Color HEX #B34A8F Mulberry

📋 copy color: '#B34A8F'

red 179 ◦ green 74 ◦ blue 143

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

Shades of Mulberry #B34A8F

Tints of Mulberry #B34A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

 BLUE value IS 143 (56.25% from 255) = 36.11%

R = 45.2%
G = 18.69%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B34A8F (or 0xB34A8F) is known color: Mulberry. HEX triplet: B3, 4A and 8F. RGB value is (179,74,143). Sum of RGB (Red+Green+Blue) = 179+74+143=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34A8F is #4CB570. Grayscale: #717171. Windows color (decimal): -5027185 or 9390771. OLE color: 9390771.

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

Color convert

RGB 179 74 143 -
CMYK 0 0.59 0.20 0.30
HSL 320.57º 0.42% 0.5% -
HSV(B) 320.57º 0.59% 0.7% -
XYZ 26 16.46 27.79 -
YUV 113.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 179 74 143 0 0.59 0.20 0.30 320.57 0.42 0.5
Hex B3 4A 8F 0 3B 14 1E 141 2A 32
Octal 263 112 217 0 73 24 36 501 52 62
Binary 10110011 1001010 10001111 0 111011 10100 11110 101000001 101010 110010

Color Harmonies of #B34A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34A8F

Black with #B34A8F

Text Example


Text Example

White with #B34A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34A8F; }

 p { color: rgb(179,74,143); }

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

background-color css

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

 a { background-color: rgb(179,74,143); }

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

border-color css

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

 span { border-color: rgb(179,74,143); }

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