Html Css Color HEX #B6479D Mulberry

📋 copy color: '#B6479D'

red 182 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #B6479D

Tints of Mulberry #B6479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 44.39%
G = 17.32%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6479D (or 0xB6479D) is known color: Mulberry. HEX triplet: B6, 47 and 9D. RGB value is (182,71,157). Sum of RGB (Red+Green+Blue) = 182+71+157=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6479D is #49B862. Grayscale: #717171. Windows color (decimal): -4831331 or 10307510. OLE color: 10307510.

HSL color Cylindrical-coordinate representation of color #B6479D: hue angle of 313.51º 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 #B6479D is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 71 157 -
CMYK 0 0.61 0.14 0.29
HSL 313.51º 0.44% 0.5% -
HSV(B) 313.51º 0.61% 0.71% -
XYZ 27.63 16.89 33.7 -
YUV 113.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 182 71 157 0 0.61 0.14 0.29 313.51 0.44 0.5
Hex B6 47 9D 0 3D E 1D 13A 2C 32
Octal 266 107 235 0 75 16 35 472 54 62
Binary 10110110 1000111 10011101 0 111101 1110 11101 100111010 101100 110010

Color Harmonies of #B6479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6479D

Black with #B6479D

Text Example


Text Example

White with #B6479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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