Html Css Color HEX #B34C87 Mulberry

📋 copy color: '#B34C87'

red 179 ◦ green 76 ◦ blue 135

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

Shades of Mulberry #B34C87

Tints of Mulberry #B34C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 45.9%
G = 19.49%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B34C87 (or 0xB34C87) is known color: Mulberry. HEX triplet: B3, 4C and 87. RGB value is (179,76,135). Sum of RGB (Red+Green+Blue) = 179+76+135=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C87 is #4CB378. Grayscale: #717171. Windows color (decimal): -5026681 or 8866995. OLE color: 8866995.

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

Color convert

RGB 179 76 135 -
CMYK 0 0.58 0.25 0.30
HSL 325.63º 0.4% 0.5% -
HSV(B) 325.63º 0.58% 0.7% -
XYZ 25.55 16.5 24.76 -
YUV 113.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 179 76 135 0 0.58 0.25 0.30 325.63 0.4 0.5
Hex B3 4C 87 0 3A 19 1E 146 28 32
Octal 263 114 207 0 72 31 36 506 50 62
Binary 10110011 1001100 10000111 0 111010 11001 11110 101000110 101000 110010

Color Harmonies of #B34C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C87

Black with #B34C87

Text Example


Text Example

White with #B34C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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