Html Css Color HEX #B94590 Mulberry

📋 copy color: '#B94590'

red 185 ◦ green 69 ◦ blue 144

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

Shades of Mulberry #B94590

Tints of Mulberry #B94590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 46.48%
G = 17.34%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B94590 (or 0xB94590) is known color: Mulberry. HEX triplet: B9, 45 and 90. RGB value is (185,69,144). Sum of RGB (Red+Green+Blue) = 185+69+144=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B94590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94590 is #46BA6F. Grayscale: #707070. Windows color (decimal): -4635248 or 9455033. OLE color: 9455033.

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

Color convert

RGB 185 69 144 -
CMYK 0 0.63 0.22 0.27
HSL 321.21º 0.46% 0.5% -
HSV(B) 321.21º 0.63% 0.73% -
XYZ 27.17 16.58 28.15 -
YUV 112.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 185 69 144 0 0.63 0.22 0.27 321.21 0.46 0.5
Hex B9 45 90 0 3F 16 1B 141 2E 32
Octal 271 105 220 0 77 26 33 501 56 62
Binary 10111001 1000101 10010000 0 111111 10110 11011 101000001 101110 110010

Color Harmonies of #B94590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94590

Black with #B94590

Text Example


Text Example

White with #B94590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94590; }

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

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

background-color css

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

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

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

border-color css

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

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

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