Html Css Color HEX #B6479B Mulberry

📋 copy color: '#B6479B'

red 182 ◦ green 71 ◦ blue 155

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

Shades of Mulberry #B6479B

Tints of Mulberry #B6479B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 44.61%
G = 17.4%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6479B (or 0xB6479B) is known color: Mulberry. HEX triplet: B6, 47 and 9B. RGB value is (182,71,155). Sum of RGB (Red+Green+Blue) = 182+71+155=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6479B is #49B864. Grayscale: #717171. Windows color (decimal): -4831333 or 10176438. OLE color: 10176438.

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

Color convert

RGB 182 71 155 -
CMYK 0 0.61 0.15 0.29
HSL 314.59º 0.44% 0.5% -
HSV(B) 314.59º 0.61% 0.71% -
XYZ 27.46 16.82 32.81 -
YUV 113.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 182 71 155 0 0.61 0.15 0.29 314.59 0.44 0.5
Hex B6 47 9B 0 3D F 1D 13B 2C 32
Octal 266 107 233 0 75 17 35 473 54 62
Binary 10110110 1000111 10011011 0 111101 1111 11101 100111011 101100 110010

Color Harmonies of #B6479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6479B

Black with #B6479B

Text Example


Text Example

White with #B6479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6479B; }

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

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

background-color css

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

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

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

border-color css

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

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

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