Html Css Color HEX #B34C8A Mulberry

📋 copy color: '#B34C8A'

red 179 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #B34C8A

Tints of Mulberry #B34C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.34%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 45.55%
G = 19.34%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B34C8A (or 0xB34C8A) is known color: Mulberry. HEX triplet: B3, 4C and 8A. RGB value is (179,76,138). Sum of RGB (Red+Green+Blue) = 179+76+138=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C8A is #4CB375. Grayscale: #717171. Windows color (decimal): -5026678 or 9063603. OLE color: 9063603.

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

Color convert

RGB 179 76 138 -
CMYK 0 0.58 0.23 0.30
HSL 323.88º 0.4% 0.5% -
HSV(B) 323.88º 0.58% 0.7% -
XYZ 25.76 16.59 25.89 -
YUV 113.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 179 76 138 0 0.58 0.23 0.30 323.88 0.4 0.5
Hex B3 4C 8A 0 3A 17 1E 144 28 32
Octal 263 114 212 0 72 27 36 504 50 62
Binary 10110011 1001100 10001010 0 111010 10111 11110 101000100 101000 110010

Color Harmonies of #B34C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C8A

Black with #B34C8A

Text Example


Text Example

White with #B34C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C8A; }

 p { color: rgb(179,76,138); }

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

background-color css

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

 a { background-color: rgb(179,76,138); }

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

border-color css

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

 span { border-color: rgb(179,76,138); }

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