Html Css Color HEX #B3479C Mulberry

📋 copy color: '#B3479C'

red 179 ◦ green 71 ◦ blue 156

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

Shades of Mulberry #B3479C

Tints of Mulberry #B3479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 44.09%
G = 17.49%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3479C (or 0xB3479C) is known color: Mulberry. HEX triplet: B3, 47 and 9C. RGB value is (179,71,156). Sum of RGB (Red+Green+Blue) = 179+71+156=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3479C is #4CB863. Grayscale: #707070. Windows color (decimal): -5027940 or 10241971. OLE color: 10241971.

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

Color convert

RGB 179 71 156 -
CMYK 0 0.60 0.13 0.30
HSL 312.78º 0.43% 0.49% -
HSV(B) 312.78º 0.6% 0.7% -
XYZ 26.84 16.49 33.22 -
YUV 112.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 179 71 156 0 0.60 0.13 0.30 312.78 0.43 0.49
Hex B3 47 9C 0 3C D 1E 139 2B 31
Octal 263 107 234 0 74 15 36 471 53 61
Binary 10110011 1000111 10011100 0 111100 1101 11110 100111001 101011 110001

Color Harmonies of #B3479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3479C

Black with #B3479C

Text Example


Text Example

White with #B3479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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