Html Css Color HEX #B94D9D Mulberry

📋 copy color: '#B94D9D'

red 185 ◦ green 77 ◦ blue 157

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

Shades of Mulberry #B94D9D

Tints of Mulberry #B94D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 44.15%
G = 18.38%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B94D9D (or 0xB94D9D) is known color: Mulberry. HEX triplet: B9, 4D and 9D. RGB value is (185,77,157). Sum of RGB (Red+Green+Blue) = 185+77+157=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94D9D is #46B262. Grayscale: #767676. Windows color (decimal): -4633187 or 10309049. OLE color: 10309049.

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

Color convert

RGB 185 77 157 -
CMYK 0 0.58 0.15 0.27
HSL 315.56º 0.44% 0.51% -
HSV(B) 315.56º 0.58% 0.73% -
XYZ 28.75 18.06 33.87 -
YUV 118.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 185 77 157 0 0.58 0.15 0.27 315.56 0.44 0.51
Hex B9 4D 9D 0 3A F 1B 13C 2C 33
Octal 271 115 235 0 72 17 33 474 54 63
Binary 10111001 1001101 10011101 0 111010 1111 11011 100111100 101100 110011

Color Harmonies of #B94D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D9D

Black with #B94D9D

Text Example


Text Example

White with #B94D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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