Html Css Color HEX #B34499 Mulberry

📋 copy color: '#B34499'

red 179 ◦ green 68 ◦ blue 153

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

Shades of Mulberry #B34499

Tints of Mulberry #B34499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

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

R = 44.75%
G = 17%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B34499 (or 0xB34499) is known color: Mulberry. HEX triplet: B3, 44 and 99. RGB value is (179,68,153). Sum of RGB (Red+Green+Blue) = 179+68+153=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B34499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34499 is #4CBB66. Grayscale: #6E6E6E. Windows color (decimal): -5028711 or 10044595. OLE color: 10044595.

HSL color Cylindrical-coordinate representation of color #B34499: hue angle of 314.05º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34499 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 153 -
CMYK 0 0.62 0.15 0.30
HSL 314.05º 0.45% 0.48% -
HSV(B) 314.05º 0.62% 0.7% -
XYZ 26.41 16.02 31.84 -
YUV 110.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 179 68 153 0 0.62 0.15 0.30 314.05 0.45 0.48
Hex B3 44 99 0 3E F 1E 13A 2D 30
Octal 263 104 231 0 76 17 36 472 55 60
Binary 10110011 1000100 10011001 0 111110 1111 11110 100111010 101101 110000

Color Harmonies of #B34499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34499

Black with #B34499

Text Example


Text Example

White with #B34499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34499; }

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

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

background-color css

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

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

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

border-color css

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

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

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