Html Css Color HEX #B6479A Mulberry

📋 copy color: '#B6479A'

red 182 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #B6479A

Tints of Mulberry #B6479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 44.72%
G = 17.44%
B = 37.84%

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

#B6479A (or 0xB6479A) is known color: Mulberry. HEX triplet: B6, 47 and 9A. RGB value is (182,71,154). Sum of RGB (Red+Green+Blue) = 182+71+154=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6479A is #49B865. Grayscale: #717171. Windows color (decimal): -4831334 or 10110902. OLE color: 10110902.

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

Color convert

RGB 182 71 154 -
CMYK 0 0.61 0.15 0.29
HSL 315.14º 0.44% 0.5% -
HSV(B) 315.14º 0.61% 0.71% -
XYZ 27.38 16.78 32.37 -
YUV 113.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 182 71 154 0 0.61 0.15 0.29 315.14 0.44 0.5
Hex B6 47 9A 0 3D F 1D 13B 2C 32
Octal 266 107 232 0 75 17 35 473 54 62
Binary 10110110 1000111 10011010 0 111101 1111 11101 100111011 101100 110010

Color Harmonies of #B6479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6479A

Black with #B6479A

Text Example


Text Example

White with #B6479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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