Html Css Color HEX #B94582 Mulberry

📋 copy color: '#B94582'

red 185 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #B94582

Tints of Mulberry #B94582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 48.18%
G = 17.97%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B94582 (or 0xB94582) is known color: Mulberry. HEX triplet: B9, 45 and 82. RGB value is (185,69,130). Sum of RGB (Red+Green+Blue) = 185+69+130=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B94582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94582 is #46BA7D. Grayscale: #6E6E6E. Windows color (decimal): -4635262 or 8537529. OLE color: 8537529.

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

Color convert

RGB 185 69 130 -
CMYK 0 0.63 0.30 0.27
HSL 328.45º 0.46% 0.5% -
HSV(B) 328.45º 0.63% 0.73% -
XYZ 26.16 16.18 22.86 -
YUV 110.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 185 69 130 0 0.63 0.30 0.27 328.45 0.46 0.5
Hex B9 45 82 0 3F 1E 1B 148 2E 32
Octal 271 105 202 0 77 36 33 510 56 62
Binary 10111001 1000101 10000010 0 111111 11110 11011 101001000 101110 110010

Color Harmonies of #B94582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94582

Black with #B94582

Text Example


Text Example

White with #B94582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94582; }

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

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

background-color css

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

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

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

border-color css

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

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

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