Html Css Color HEX #B94BA0 Mulberry

📋 copy color: '#B94BA0'

red 185 ◦ green 75 ◦ blue 160

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

Shades of Mulberry #B94BA0

Tints of Mulberry #B94BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.1%

R = 44.05%
G = 17.86%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B94BA0 (or 0xB94BA0) is known color: Mulberry. HEX triplet: B9, 4B and A0. RGB value is (185,75,160). Sum of RGB (Red+Green+Blue) = 185+75+160=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B94BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94BA0 is #46B45F. Grayscale: #757575. Windows color (decimal): -4633696 or 10505145. OLE color: 10505145.

HSL color Cylindrical-coordinate representation of color #B94BA0: hue angle of 313.64º 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 #B94BA0 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 75 160 -
CMYK 0 0.59 0.14 0.27
HSL 313.64º 0.44% 0.51% -
HSV(B) 313.64º 0.59% 0.73% -
XYZ 28.87 17.88 35.19 -
YUV 117.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 185 75 160 0 0.59 0.14 0.27 313.64 0.44 0.51
Hex B9 4B A0 0 3B E 1B 13A 2C 33
Octal 271 113 240 0 73 16 33 472 54 63
Binary 10111001 1001011 10100000 0 111011 1110 11011 100111010 101100 110011

Color Harmonies of #B94BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94BA0

Black with #B94BA0

Text Example


Text Example

White with #B94BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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