Html Css Color HEX #B84A9A Mulberry

📋 copy color: '#B84A9A'

red 184 ◦ green 74 ◦ blue 154

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

Shades of Mulberry #B84A9A

Tints of Mulberry #B84A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 44.66%
G = 17.96%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B84A9A (or 0xB84A9A) is known color: Mulberry. HEX triplet: B8, 4A and 9A. RGB value is (184,74,154). Sum of RGB (Red+Green+Blue) = 184+74+154=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A9A is #47B565. Grayscale: #737373. Windows color (decimal): -4699494 or 10111672. OLE color: 10111672.

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

Color convert

RGB 184 74 154 -
CMYK 0 0.60 0.16 0.28
HSL 316.36º 0.44% 0.51% -
HSV(B) 316.36º 0.6% 0.72% -
XYZ 28.05 17.42 32.46 -
YUV 116.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 184 74 154 0 0.60 0.16 0.28 316.36 0.44 0.51
Hex B8 4A 9A 0 3C 10 1C 13C 2C 33
Octal 270 112 232 0 74 20 34 474 54 63
Binary 10111000 1001010 10011010 0 111100 10000 11100 100111100 101100 110011

Color Harmonies of #B84A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A9A

Black with #B84A9A

Text Example


Text Example

White with #B84A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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