Html Css Color HEX #B749A1 Mulberry

📋 copy color: '#B749A1'

red 183 ◦ green 73 ◦ blue 161

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

Shades of Mulberry #B749A1

Tints of Mulberry #B749A1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 161 (63.28% from 255) = 38.61%

R = 43.88%
G = 17.51%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B749A1 (or 0xB749A1) is known color: Mulberry. HEX triplet: B7, 49 and A1. RGB value is (183,73,161). Sum of RGB (Red+Green+Blue) = 183+73+161=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B749A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749A1 is #48B65E. Grayscale: #737373. Windows color (decimal): -4765279 or 10570167. OLE color: 10570167.

HSL color Cylindrical-coordinate representation of color #B749A1: hue angle of 312º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B749A1 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 161 -
CMYK 0 0.60 0.12 0.28
HSL 312º 0.43% 0.5% -
HSV(B) 312º 0.6% 0.72% -
XYZ 28.34 17.41 35.58 -
YUV 115.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 183 73 161 0 0.60 0.12 0.28 312 0.43 0.5
Hex B7 49 A1 0 3C C 1C 138 2B 32
Octal 267 111 241 0 74 14 34 470 53 62
Binary 10110111 1001001 10100001 0 111100 1100 11100 100111000 101011 110010

Color Harmonies of #B749A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749A1

Black with #B749A1

Text Example


Text Example

White with #B749A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749A1; }

 p { color: rgb(183,73,161); }

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

background-color css

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

 a { background-color: rgb(183,73,161); }

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

border-color css

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

 span { border-color: rgb(183,73,161); }

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