Html Css Color HEX #B94490 Mulberry

📋 copy color: '#B94490'

red 185 ◦ green 68 ◦ blue 144

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

Shades of Mulberry #B94490

Tints of Mulberry #B94490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 46.6%
G = 17.13%
B = 36.27%

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

#B94490 (or 0xB94490) is known color: Mulberry. HEX triplet: B9, 44 and 90. RGB value is (185,68,144). Sum of RGB (Red+Green+Blue) = 185+68+144=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B94490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94490 is #46BB6F. Grayscale: #6F6F6F. Windows color (decimal): -4635504 or 9454777. OLE color: 9454777.

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

Color convert

RGB 185 68 144 -
CMYK 0 0.63 0.22 0.27
HSL 321.03º 0.46% 0.5% -
HSV(B) 321.03º 0.63% 0.73% -
XYZ 27.11 16.46 28.13 -
YUV 111.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 185 68 144 0 0.63 0.22 0.27 321.03 0.46 0.5
Hex B9 44 90 0 3F 16 1B 141 2E 32
Octal 271 104 220 0 77 26 33 501 56 62
Binary 10111001 1000100 10010000 0 111111 10110 11011 101000001 101110 110010

Color Harmonies of #B94490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94490

Black with #B94490

Text Example


Text Example

White with #B94490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94490; }

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

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

background-color css

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

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

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

border-color css

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

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

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