Html Css Color HEX #B84A8D Mulberry

📋 copy color: '#B84A8D'

red 184 ◦ green 74 ◦ blue 141

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

Shades of Mulberry #B84A8D

Tints of Mulberry #B84A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.55%

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 46.12%
G = 18.55%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B84A8D (or 0xB84A8D) is known color: Mulberry. HEX triplet: B8, 4A and 8D. RGB value is (184,74,141). Sum of RGB (Red+Green+Blue) = 184+74+141=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A8D is #47B572. Grayscale: #727272. Windows color (decimal): -4699507 or 9259704. OLE color: 9259704.

HSL color Cylindrical-coordinate representation of color #B84A8D: hue angle of 323.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A8D is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 141 -
CMYK 0 0.60 0.23 0.28
HSL 323.45º 0.44% 0.51% -
HSV(B) 323.45º 0.6% 0.72% -
XYZ 27.02 17.01 27.06 -
YUV 114.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 184 74 141 0 0.60 0.23 0.28 323.45 0.44 0.51
Hex B8 4A 8D 0 3C 17 1C 143 2C 33
Octal 270 112 215 0 74 27 34 503 54 63
Binary 10111000 1001010 10001101 0 111100 10111 11100 101000011 101100 110011

Color Harmonies of #B84A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A8D

Black with #B84A8D

Text Example


Text Example

White with #B84A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A8D; }

 p { color: rgb(184,74,141); }

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

background-color css

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

 a { background-color: rgb(184,74,141); }

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

border-color css

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

 span { border-color: rgb(184,74,141); }

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