Html Css Color HEX #B85491 Mulberry

📋 copy color: '#B85491'

red 184 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #B85491

Tints of Mulberry #B85491

RGB

 RED value IS 184 (72.27% from 255) = 44.55%

 GREEN value IS 84 (33.2% from 255) = 20.34%

 BLUE value IS 145 (57.03% from 255) = 35.11%

R = 44.55%
G = 20.34%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B85491 (or 0xB85491) is known color: Mulberry. HEX triplet: B8, 54 and 91. RGB value is (184,84,145). Sum of RGB (Red+Green+Blue) = 184+84+145=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B85491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85491 is #47AB6E. Grayscale: #787878. Windows color (decimal): -4696943 or 9524408. OLE color: 9524408.

HSL color Cylindrical-coordinate representation of color #B85491: hue angle of 323.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85491 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 145 -
CMYK 0 0.54 0.21 0.28
HSL 323.4º 0.41% 0.53% -
HSV(B) 323.4º 0.54% 0.72% -
XYZ 28.05 18.58 28.9 -
YUV 120.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 184 84 145 0 0.54 0.21 0.28 323.4 0.41 0.53
Hex B8 54 91 0 36 15 1C 143 29 35
Octal 270 124 221 0 66 25 34 503 51 65
Binary 10111000 1010100 10010001 0 110110 10101 11100 101000011 101001 110101

Color Harmonies of #B85491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85491

Black with #B85491

Text Example


Text Example

White with #B85491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85491; }

 p { color: rgb(184,84,145); }

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

background-color css

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

 a { background-color: rgb(184,84,145); }

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

border-color css

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

 span { border-color: rgb(184,84,145); }

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