Html Css Color HEX #B2478D Mulberry

📋 copy color: '#B2478D'

red 178 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #B2478D

Tints of Mulberry #B2478D

RGB

 RED value IS 178 (69.92% from 255) = 45.64%

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

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 45.64%
G = 18.21%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2478D (or 0xB2478D) is known color: Mulberry. HEX triplet: B2, 47 and 8D. RGB value is (178,71,141). Sum of RGB (Red+Green+Blue) = 178+71+141=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2478D is #4DB872. Grayscale: #6E6E6E. Windows color (decimal): -5093491 or 9258930. OLE color: 9258930.

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

Color convert

RGB 178 71 141 -
CMYK 0 0.60 0.21 0.30
HSL 320.75º 0.43% 0.49% -
HSV(B) 320.75º 0.6% 0.7% -
XYZ 25.42 15.89 26.93 -
YUV 110.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 178 71 141 0 0.60 0.21 0.30 320.75 0.43 0.49
Hex B2 47 8D 0 3C 15 1E 141 2B 31
Octal 262 107 215 0 74 25 36 501 53 61
Binary 10110010 1000111 10001101 0 111100 10101 11110 101000001 101011 110001

Color Harmonies of #B2478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2478D

Black with #B2478D

Text Example


Text Example

White with #B2478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2478D; }

 p { color: rgb(178,71,141); }

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

background-color css

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

 a { background-color: rgb(178,71,141); }

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

border-color css

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

 span { border-color: rgb(178,71,141); }

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