Html Css Color HEX #B34F84 Mulberry

📋 copy color: '#B34F84'

red 179 ◦ green 79 ◦ blue 132

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

Shades of Mulberry #B34F84

Tints of Mulberry #B34F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.26%

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 45.9%
G = 20.26%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B34F84 (or 0xB34F84) is known color: Mulberry. HEX triplet: B3, 4F and 84. RGB value is (179,79,132). Sum of RGB (Red+Green+Blue) = 179+79+132=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34F84 is #4CB07B. Grayscale: #727272. Windows color (decimal): -5025916 or 8671155. OLE color: 8671155.

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

Color convert

RGB 179 79 132 -
CMYK 0 0.56 0.26 0.30
HSL 328.2º 0.4% 0.51% -
HSV(B) 328.2º 0.56% 0.7% -
XYZ 25.55 16.84 23.73 -
YUV 114.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 179 79 132 0 0.56 0.26 0.30 328.2 0.4 0.51
Hex B3 4F 84 0 38 1A 1E 148 28 33
Octal 263 117 204 0 70 32 36 510 50 63
Binary 10110011 1001111 10000100 0 111000 11010 11110 101001000 101000 110011

Color Harmonies of #B34F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F84

Black with #B34F84

Text Example


Text Example

White with #B34F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F84; }

 p { color: rgb(179,79,132); }

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

background-color css

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

 a { background-color: rgb(179,79,132); }

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

border-color css

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

 span { border-color: rgb(179,79,132); }

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