Html Css Color HEX #B3478F Mulberry

📋 copy color: '#B3478F'

red 179 ◦ green 71 ◦ blue 143

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

Shades of Mulberry #B3478F

Tints of Mulberry #B3478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 45.55%
G = 18.07%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3478F (or 0xB3478F) is known color: Mulberry. HEX triplet: B3, 47 and 8F. RGB value is (179,71,143). Sum of RGB (Red+Green+Blue) = 179+71+143=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B3478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3478F is #4CB870. Grayscale: #6F6F6F. Windows color (decimal): -5027953 or 9390003. OLE color: 9390003.

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

Color convert

RGB 179 71 143 -
CMYK 0 0.60 0.20 0.30
HSL 320º 0.43% 0.49% -
HSV(B) 320º 0.6% 0.7% -
XYZ 25.8 16.07 27.73 -
YUV 111.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 179 71 143 0 0.60 0.20 0.30 320 0.43 0.49
Hex B3 47 8F 0 3C 14 1E 140 2B 31
Octal 263 107 217 0 74 24 36 500 53 61
Binary 10110011 1000111 10001111 0 111100 10100 11110 101000000 101011 110001

Color Harmonies of #B3478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3478F

Black with #B3478F

Text Example


Text Example

White with #B3478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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