Html Css Color HEX #B6478D Mulberry

📋 copy color: '#B6478D'

red 182 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #B6478D

Tints of Mulberry #B6478D

RGB

 RED value IS 182 (71.48% from 255) = 46.19%

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

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

R = 46.19%
G = 18.02%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6478D (or 0xB6478D) is known color: Mulberry. HEX triplet: B6, 47 and 8D. RGB value is (182,71,141). Sum of RGB (Red+Green+Blue) = 182+71+141=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6478D is #49B872. Grayscale: #707070. Windows color (decimal): -4831347 or 9258934. OLE color: 9258934.

HSL color Cylindrical-coordinate representation of color #B6478D: hue angle of 322.16º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B6478D is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 71 141 -
CMYK 0 0.61 0.23 0.29
HSL 322.16º 0.44% 0.5% -
HSV(B) 322.16º 0.61% 0.71% -
XYZ 26.35 16.37 26.97 -
YUV 112.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 182 71 141 0 0.61 0.23 0.29 322.16 0.44 0.5
Hex B6 47 8D 0 3D 17 1D 142 2C 32
Octal 266 107 215 0 75 27 35 502 54 62
Binary 10110110 1000111 10001101 0 111101 10111 11101 101000010 101100 110010

Color Harmonies of #B6478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6478D

Black with #B6478D

Text Example


Text Example

White with #B6478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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