Html Css Color HEX #B84CA0 Mulberry

📋 copy color: '#B84CA0'

red 184 ◦ green 76 ◦ blue 160

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

Shades of Mulberry #B84CA0

Tints of Mulberry #B84CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.1%

R = 43.81%
G = 18.1%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B84CA0 (or 0xB84CA0) is known color: Mulberry. HEX triplet: B8, 4C and A0. RGB value is (184,76,160). Sum of RGB (Red+Green+Blue) = 184+76+160=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84CA0 is #47B35F. Grayscale: #757575. Windows color (decimal): -4698976 or 10505400. OLE color: 10505400.

HSL color Cylindrical-coordinate representation of color #B84CA0: hue angle of 313.33º 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 #B84CA0 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 76 160 -
CMYK 0 0.59 0.13 0.28
HSL 313.33º 0.43% 0.51% -
HSV(B) 313.33º 0.59% 0.72% -
XYZ 28.7 17.9 35.2 -
YUV 117.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 184 76 160 0 0.59 0.13 0.28 313.33 0.43 0.51
Hex B8 4C A0 0 3B D 1C 139 2B 33
Octal 270 114 240 0 73 15 34 471 53 63
Binary 10111000 1001100 10100000 0 111011 1101 11100 100111001 101011 110011

Color Harmonies of #B84CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CA0

Black with #B84CA0

Text Example


Text Example

White with #B84CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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