Html Css Color HEX #B6449D Mulberry

📋 copy color: '#B6449D'

red 182 ◦ green 68 ◦ blue 157

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

Shades of Mulberry #B6449D

Tints of Mulberry #B6449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.71%

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

R = 44.72%
G = 16.71%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6449D (or 0xB6449D) is known color: Mulberry. HEX triplet: B6, 44 and 9D. RGB value is (182,68,157). Sum of RGB (Red+Green+Blue) = 182+68+157=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6449D is #49BB62. Grayscale: #6F6F6F. Windows color (decimal): -4832099 or 10306742. OLE color: 10306742.

HSL color Cylindrical-coordinate representation of color #B6449D: hue angle of 313.16º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6449D is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 68 157 -
CMYK 0 0.63 0.14 0.29
HSL 313.16º 0.46% 0.49% -
HSV(B) 313.16º 0.63% 0.71% -
XYZ 27.44 16.51 33.64 -
YUV 112.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 182 68 157 0 0.63 0.14 0.29 313.16 0.46 0.49
Hex B6 44 9D 0 3F E 1D 139 2E 31
Octal 266 104 235 0 77 16 35 471 56 61
Binary 10110110 1000100 10011101 0 111111 1110 11101 100111001 101110 110001

Color Harmonies of #B6449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6449D

Black with #B6449D

Text Example


Text Example

White with #B6449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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