Html Css Color HEX #B94682 Mulberry

📋 copy color: '#B94682'

red 185 ◦ green 70 ◦ blue 130

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

Shades of Mulberry #B94682

Tints of Mulberry #B94682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

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

R = 48.05%
G = 18.18%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B94682 (or 0xB94682) is known color: Mulberry. HEX triplet: B9, 46 and 82. RGB value is (185,70,130). Sum of RGB (Red+Green+Blue) = 185+70+130=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B94682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94682 is #46B97D. Grayscale: #6F6F6F. Windows color (decimal): -4635006 or 8537785. OLE color: 8537785.

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

Color convert

RGB 185 70 130 -
CMYK 0 0.62 0.30 0.27
HSL 328.7º 0.45% 0.5% -
HSV(B) 328.7º 0.62% 0.73% -
XYZ 26.23 16.31 22.88 -
YUV 111.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 185 70 130 0 0.62 0.30 0.27 328.7 0.45 0.5
Hex B9 46 82 0 3E 1E 1B 149 2D 32
Octal 271 106 202 0 76 36 33 511 55 62
Binary 10111001 1000110 10000010 0 111110 11110 11011 101001001 101101 110010

Color Harmonies of #B94682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94682

Black with #B94682

Text Example


Text Example

White with #B94682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94682; }

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

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

background-color css

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

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

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

border-color css

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

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

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