Html Css Color HEX #B646A2 Mulberry

📋 copy color: '#B646A2'

red 182 ◦ green 70 ◦ blue 162

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

Shades of Mulberry #B646A2

Tints of Mulberry #B646A2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.91%

 BLUE value IS 162 (63.67% from 255) = 39.13%

R = 43.96%
G = 16.91%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B646A2 (or 0xB646A2) is known color: Mulberry. HEX triplet: B6, 46 and A2. RGB value is (182,70,162). Sum of RGB (Red+Green+Blue) = 182+70+162=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B646A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B646A2 is #49B95D. Grayscale: #717171. Windows color (decimal): -4831582 or 10634934. OLE color: 10634934.

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

Color convert

RGB 182 70 162 -
CMYK 0 0.62 0.11 0.29
HSL 310.71º 0.44% 0.49% -
HSV(B) 310.71º 0.62% 0.71% -
XYZ 28 16.93 35.98 -
YUV 113.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 182 70 162 0 0.62 0.11 0.29 310.71 0.44 0.49
Hex B6 46 A2 0 3E B 1D 137 2C 31
Octal 266 106 242 0 76 13 35 467 54 61
Binary 10110110 1000110 10100010 0 111110 1011 11101 100110111 101100 110001

Color Harmonies of #B646A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B646A2

Black with #B646A2

Text Example


Text Example

White with #B646A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B646A2; }

 p { color: rgb(182,70,162); }

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

background-color css

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

 a { background-color: rgb(182,70,162); }

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

border-color css

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

 span { border-color: rgb(182,70,162); }

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