Html Css Color HEX #B34B99 Mulberry

📋 copy color: '#B34B99'

red 179 ◦ green 75 ◦ blue 153

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

Shades of Mulberry #B34B99

Tints of Mulberry #B34B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.43%

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 43.98%
G = 18.43%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B34B99 (or 0xB34B99) is known color: Mulberry. HEX triplet: B3, 4B and 99. RGB value is (179,75,153). Sum of RGB (Red+Green+Blue) = 179+75+153=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34B99 is #4CB466. Grayscale: #727272. Windows color (decimal): -5026919 or 10046387. OLE color: 10046387.

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

Color convert

RGB 179 75 153 -
CMYK 0 0.58 0.15 0.30
HSL 315º 0.41% 0.5% -
HSV(B) 315º 0.58% 0.7% -
XYZ 26.86 16.92 31.99 -
YUV 114.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 179 75 153 0 0.58 0.15 0.30 315 0.41 0.5
Hex B3 4B 99 0 3A F 1E 13B 29 32
Octal 263 113 231 0 72 17 36 473 51 62
Binary 10110011 1001011 10011001 0 111010 1111 11110 100111011 101001 110010

Color Harmonies of #B34B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34B99

Black with #B34B99

Text Example


Text Example

White with #B34B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34B99; }

 p { color: rgb(179,75,153); }

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

background-color css

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

 a { background-color: rgb(179,75,153); }

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

border-color css

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

 span { border-color: rgb(179,75,153); }

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