Html Css Color HEX #B6449C Mulberry

📋 copy color: '#B6449C'

red 182 ◦ green 68 ◦ blue 156

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

Shades of Mulberry #B6449C

Tints of Mulberry #B6449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 44.83%
G = 16.75%
B = 38.42%

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

#B6449C (or 0xB6449C) is known color: Mulberry. HEX triplet: B6, 44 and 9C. RGB value is (182,68,156). Sum of RGB (Red+Green+Blue) = 182+68+156=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6449C is #49BB63. Grayscale: #6F6F6F. Windows color (decimal): -4832100 or 10241206. OLE color: 10241206.

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

Color convert

RGB 182 68 156 -
CMYK 0 0.63 0.14 0.29
HSL 313.68º 0.46% 0.49% -
HSV(B) 313.68º 0.63% 0.71% -
XYZ 27.36 16.48 33.19 -
YUV 112.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 182 68 156 0 0.63 0.14 0.29 313.68 0.46 0.49
Hex B6 44 9C 0 3F E 1D 13A 2E 31
Octal 266 104 234 0 77 16 35 472 56 61
Binary 10110110 1000100 10011100 0 111111 1110 11101 100111010 101110 110001

Color Harmonies of #B6449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6449C

Black with #B6449C

Text Example


Text Example

White with #B6449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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