Html Css Color HEX #B84CA1 Mulberry

📋 copy color: '#B84CA1'

red 184 ◦ green 76 ◦ blue 161

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

Shades of Mulberry #B84CA1

Tints of Mulberry #B84CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.24%

R = 43.71%
G = 18.05%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B84CA1 (or 0xB84CA1) is known color: Mulberry. HEX triplet: B8, 4C and A1. RGB value is (184,76,161). Sum of RGB (Red+Green+Blue) = 184+76+161=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84CA1 is #47B35E. Grayscale: #757575. Windows color (decimal): -4698975 or 10570936. OLE color: 10570936.

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

Color convert

RGB 184 76 161 -
CMYK 0 0.59 0.12 0.28
HSL 312.78º 0.43% 0.51% -
HSV(B) 312.78º 0.59% 0.72% -
XYZ 28.78 17.93 35.66 -
YUV 117.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 184 76 161 0 0.59 0.12 0.28 312.78 0.43 0.51
Hex B8 4C A1 0 3B C 1C 139 2B 33
Octal 270 114 241 0 73 14 34 471 53 63
Binary 10111000 1001100 10100001 0 111011 1100 11100 100111001 101011 110011

Color Harmonies of #B84CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CA1

Black with #B84CA1

Text Example


Text Example

White with #B84CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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