Html Css Color HEX #B84682 Mulberry

📋 copy color: '#B84682'

red 184 ◦ green 70 ◦ blue 130

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

Shades of Mulberry #B84682

Tints of Mulberry #B84682

RGB

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

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

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

R = 47.92%
G = 18.23%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B84682 (or 0xB84682) is known color: Mulberry. HEX triplet: B8, 46 and 82. RGB value is (184,70,130). Sum of RGB (Red+Green+Blue) = 184+70+130=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B84682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84682 is #47B97D. Grayscale: #6E6E6E. Windows color (decimal): -4700542 or 8537784. OLE color: 8537784.

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

Color convert

RGB 184 70 130 -
CMYK 0 0.62 0.29 0.28
HSL 328.42º 0.45% 0.5% -
HSV(B) 328.42º 0.62% 0.72% -
XYZ 25.99 16.18 22.87 -
YUV 110.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 184 70 130 0 0.62 0.29 0.28 328.42 0.45 0.5
Hex B8 46 82 0 3E 1D 1C 148 2D 32
Octal 270 106 202 0 76 35 34 510 55 62
Binary 10111000 1000110 10000010 0 111110 11101 11100 101001000 101101 110010

Color Harmonies of #B84682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84682

Black with #B84682

Text Example


Text Example

White with #B84682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84682; }

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

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

background-color css

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

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

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

border-color css

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

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

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