Html Css Color HEX #B34798 Mulberry

📋 copy color: '#B34798'

red 179 ◦ green 71 ◦ blue 152

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

Shades of Mulberry #B34798

Tints of Mulberry #B34798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.66%

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 44.53%
G = 17.66%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B34798 (or 0xB34798) is known color: Mulberry. HEX triplet: B3, 47 and 98. RGB value is (179,71,152). Sum of RGB (Red+Green+Blue) = 179+71+152=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B34798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34798 is #4CB867. Grayscale: #707070. Windows color (decimal): -5027944 or 9979827. OLE color: 9979827.

HSL color Cylindrical-coordinate representation of color #B34798: hue angle of 315º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34798 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 152 -
CMYK 0 0.60 0.15 0.30
HSL 315º 0.43% 0.49% -
HSV(B) 315º 0.6% 0.7% -
XYZ 26.51 16.36 31.47 -
YUV 112.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 179 71 152 0 0.60 0.15 0.30 315 0.43 0.49
Hex B3 47 98 0 3C F 1E 13B 2B 31
Octal 263 107 230 0 74 17 36 473 53 61
Binary 10110011 1000111 10011000 0 111100 1111 11110 100111011 101011 110001

Color Harmonies of #B34798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34798

Black with #B34798

Text Example


Text Example

White with #B34798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34798; }

 p { color: rgb(179,71,152); }

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

background-color css

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

 a { background-color: rgb(179,71,152); }

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

border-color css

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

 span { border-color: rgb(179,71,152); }

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