Html Css Color HEX #B84C94 Mulberry

📋 copy color: '#B84C94'

red 184 ◦ green 76 ◦ blue 148

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

Shades of Mulberry #B84C94

Tints of Mulberry #B84C94

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.63%

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 45.1%
G = 18.63%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B84C94 (or 0xB84C94) is known color: Mulberry. HEX triplet: B8, 4C and 94. RGB value is (184,76,148). Sum of RGB (Red+Green+Blue) = 184+76+148=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84C94 is #47B36B. Grayscale: #747474. Windows color (decimal): -4698988 or 9718968. OLE color: 9718968.

HSL color Cylindrical-coordinate representation of color #B84C94: hue angle of 320º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C94 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 76 148 -
CMYK 0 0.59 0.20 0.28
HSL 320º 0.43% 0.51% -
HSV(B) 320º 0.59% 0.72% -
XYZ 27.7 17.5 29.93 -
YUV 116.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 184 76 148 0 0.59 0.20 0.28 320 0.43 0.51
Hex B8 4C 94 0 3B 14 1C 140 2B 33
Octal 270 114 224 0 73 24 34 500 53 63
Binary 10111000 1001100 10010100 0 111011 10100 11100 101000000 101011 110011

Color Harmonies of #B84C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C94

Black with #B84C94

Text Example


Text Example

White with #B84C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C94; }

 p { color: rgb(184,76,148); }

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

background-color css

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

 a { background-color: rgb(184,76,148); }

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

border-color css

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

 span { border-color: rgb(184,76,148); }

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