Html Css Color HEX #B94794 Mulberry

📋 copy color: '#B94794'

red 185 ◦ green 71 ◦ blue 148

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

Shades of Mulberry #B94794

Tints of Mulberry #B94794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 45.79%
G = 17.57%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B94794 (or 0xB94794) is known color: Mulberry. HEX triplet: B9, 47 and 94. RGB value is (185,71,148). Sum of RGB (Red+Green+Blue) = 185+71+148=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B94794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94794 is #46B86B. Grayscale: #717171. Windows color (decimal): -4634732 or 9717689. OLE color: 9717689.

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

Color convert

RGB 185 71 148 -
CMYK 0 0.62 0.20 0.27
HSL 319.47º 0.45% 0.5% -
HSV(B) 319.47º 0.62% 0.73% -
XYZ 27.61 16.96 29.84 -
YUV 113.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 185 71 148 0 0.62 0.20 0.27 319.47 0.45 0.5
Hex B9 47 94 0 3E 14 1B 13F 2D 32
Octal 271 107 224 0 76 24 33 477 55 62
Binary 10111001 1000111 10010100 0 111110 10100 11011 100111111 101101 110010

Color Harmonies of #B94794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94794

Black with #B94794

Text Example


Text Example

White with #B94794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94794; }

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

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

background-color css

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

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

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

border-color css

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

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

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