Html Css Color HEX #B34C93 Mulberry

📋 copy color: '#B34C93'

red 179 ◦ green 76 ◦ blue 147

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

Shades of Mulberry #B34C93

Tints of Mulberry #B34C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.57%

R = 44.53%
G = 18.91%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B34C93 (or 0xB34C93) is known color: Mulberry. HEX triplet: B3, 4C and 93. RGB value is (179,76,147). Sum of RGB (Red+Green+Blue) = 179+76+147=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C93 is #4CB36C. Grayscale: #727272. Windows color (decimal): -5026669 or 9653427. OLE color: 9653427.

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

Color convert

RGB 179 76 147 -
CMYK 0 0.58 0.18 0.30
HSL 318.64º 0.4% 0.5% -
HSV(B) 318.64º 0.58% 0.7% -
XYZ 26.44 16.86 29.46 -
YUV 114.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 179 76 147 0 0.58 0.18 0.30 318.64 0.4 0.5
Hex B3 4C 93 0 3A 12 1E 13F 28 32
Octal 263 114 223 0 72 22 36 477 50 62
Binary 10110011 1001100 10010011 0 111010 10010 11110 100111111 101000 110010

Color Harmonies of #B34C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C93

Black with #B34C93

Text Example


Text Example

White with #B34C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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