Html Css Color HEX #B94594 Mulberry

📋 copy color: '#B94594'

red 185 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #B94594

Tints of Mulberry #B94594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.16%

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

R = 46.02%
G = 17.16%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B94594 (or 0xB94594) is known color: Mulberry. HEX triplet: B9, 45 and 94. RGB value is (185,69,148). Sum of RGB (Red+Green+Blue) = 185+69+148=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B94594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94594 is #46BA6B. Grayscale: #707070. Windows color (decimal): -4635244 or 9717177. OLE color: 9717177.

HSL color Cylindrical-coordinate representation of color #B94594: hue angle of 319.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94594 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 148 -
CMYK 0 0.63 0.20 0.27
HSL 319.14º 0.46% 0.5% -
HSV(B) 319.14º 0.63% 0.73% -
XYZ 27.48 16.71 29.79 -
YUV 112.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 185 69 148 0 0.63 0.20 0.27 319.14 0.46 0.5
Hex B9 45 94 0 3F 14 1B 13F 2E 32
Octal 271 105 224 0 77 24 33 477 56 62
Binary 10111001 1000101 10010100 0 111111 10100 11011 100111111 101110 110010

Color Harmonies of #B94594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94594

Black with #B94594

Text Example


Text Example

White with #B94594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94594; }

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

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

background-color css

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

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

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

border-color css

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

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

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