Html Css Color HEX #B94791 Mulberry

📋 copy color: '#B94791'

red 185 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #B94791

Tints of Mulberry #B94791

RGB

 RED value IS 185 (72.66% from 255) = 46.13%

 GREEN value IS 71 (28.13% from 255) = 17.71%

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 46.13%
G = 17.71%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B94791 (or 0xB94791) is known color: Mulberry. HEX triplet: B9, 47 and 91. RGB value is (185,71,145). Sum of RGB (Red+Green+Blue) = 185+71+145=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B94791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94791 is #46B86E. Grayscale: #717171. Windows color (decimal): -4634735 or 9521081. OLE color: 9521081.

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

Color convert

RGB 185 71 145 -
CMYK 0 0.62 0.22 0.27
HSL 321.05º 0.45% 0.5% -
HSV(B) 321.05º 0.62% 0.73% -
XYZ 27.37 16.87 28.6 -
YUV 113.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 185 71 145 0 0.62 0.22 0.27 321.05 0.45 0.5
Hex B9 47 91 0 3E 16 1B 141 2D 32
Octal 271 107 221 0 76 26 33 501 55 62
Binary 10111001 1000111 10010001 0 111110 10110 11011 101000001 101101 110010

Color Harmonies of #B94791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94791

Black with #B94791

Text Example


Text Example

White with #B94791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94791; }

 p { color: rgb(185,71,145); }

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

background-color css

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

 a { background-color: rgb(185,71,145); }

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

border-color css

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

 span { border-color: rgb(185,71,145); }

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