Html Css Color HEX #B94BA1 Mulberry

📋 copy color: '#B94BA1'

red 185 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #B94BA1

Tints of Mulberry #B94BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.81%

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

R = 43.94%
G = 17.81%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B94BA1 (or 0xB94BA1) is known color: Mulberry. HEX triplet: B9, 4B and A1. RGB value is (185,75,161). Sum of RGB (Red+Green+Blue) = 185+75+161=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B94BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94BA1 is #46B45E. Grayscale: #757575. Windows color (decimal): -4633695 or 10570681. OLE color: 10570681.

HSL color Cylindrical-coordinate representation of color #B94BA1: hue angle of 313.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94BA1 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 75 161 -
CMYK 0 0.59 0.13 0.27
HSL 313.09º 0.44% 0.51% -
HSV(B) 313.09º 0.59% 0.73% -
XYZ 28.96 17.92 35.65 -
YUV 117.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 185 75 161 0 0.59 0.13 0.27 313.09 0.44 0.51
Hex B9 4B A1 0 3B D 1B 139 2C 33
Octal 271 113 241 0 73 15 33 471 54 63
Binary 10111001 1001011 10100001 0 111011 1101 11011 100111001 101100 110011

Color Harmonies of #B94BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94BA1

Black with #B94BA1

Text Example


Text Example

White with #B94BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94BA1; }

 p { color: rgb(185,75,161); }

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

background-color css

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

 a { background-color: rgb(185,75,161); }

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

border-color css

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

 span { border-color: rgb(185,75,161); }

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