Html Css Color HEX #B746A2 Mulberry

📋 copy color: '#B746A2'

red 183 ◦ green 70 ◦ blue 162

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

Shades of Mulberry #B746A2

Tints of Mulberry #B746A2

RGB

 RED value IS 183 (71.88% from 255) = 44.1%

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

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

R = 44.1%
G = 16.87%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B746A2 (or 0xB746A2) is known color: Mulberry. HEX triplet: B7, 46 and A2. RGB value is (183,70,162). Sum of RGB (Red+Green+Blue) = 183+70+162=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B746A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B746A2 is #48B95D. Grayscale: #727272. Windows color (decimal): -4766046 or 10634935. OLE color: 10634935.

HSL color Cylindrical-coordinate representation of color #B746A2: hue angle of 311.15º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B746A2 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 162 -
CMYK 0 0.62 0.11 0.28
HSL 311.15º 0.45% 0.5% -
HSV(B) 311.15º 0.62% 0.72% -
XYZ 28.24 17.06 35.99 -
YUV 114.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 183 70 162 0 0.62 0.11 0.28 311.15 0.45 0.5
Hex B7 46 A2 0 3E B 1C 137 2D 32
Octal 267 106 242 0 76 13 34 467 55 62
Binary 10110111 1000110 10100010 0 111110 1011 11100 100110111 101101 110010

Color Harmonies of #B746A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746A2

Black with #B746A2

Text Example


Text Example

White with #B746A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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