Html Css Color HEX #B94D9B Mulberry

📋 copy color: '#B94D9B'

red 185 ◦ green 77 ◦ blue 155

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

Shades of Mulberry #B94D9B

Tints of Mulberry #B94D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.47%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 44.36%
G = 18.47%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B94D9B (or 0xB94D9B) is known color: Mulberry. HEX triplet: B9, 4D and 9B. RGB value is (185,77,155). Sum of RGB (Red+Green+Blue) = 185+77+155=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94D9B is #46B264. Grayscale: #757575. Windows color (decimal): -4633189 or 10177977. OLE color: 10177977.

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

Color convert

RGB 185 77 155 -
CMYK 0 0.58 0.16 0.27
HSL 316.67º 0.44% 0.51% -
HSV(B) 316.67º 0.58% 0.73% -
XYZ 28.58 17.99 32.98 -
YUV 118.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 185 77 155 0 0.58 0.16 0.27 316.67 0.44 0.51
Hex B9 4D 9B 0 3A 10 1B 13D 2C 33
Octal 271 115 233 0 72 20 33 475 54 63
Binary 10111001 1001101 10011011 0 111010 10000 11011 100111101 101100 110011

Color Harmonies of #B94D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D9B

Black with #B94D9B

Text Example


Text Example

White with #B94D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D9B; }

 p { color: rgb(185,77,155); }

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

background-color css

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

 a { background-color: rgb(185,77,155); }

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

border-color css

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

 span { border-color: rgb(185,77,155); }

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