Html Css Color HEX #B84B9A Mulberry

📋 copy color: '#B84B9A'

red 184 ◦ green 75 ◦ blue 154

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

Shades of Mulberry #B84B9A

Tints of Mulberry #B84B9A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.16%

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

R = 44.55%
G = 18.16%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B84B9A (or 0xB84B9A) is known color: Mulberry. HEX triplet: B8, 4B and 9A. RGB value is (184,75,154). Sum of RGB (Red+Green+Blue) = 184+75+154=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84B9A is #47B465. Grayscale: #747474. Windows color (decimal): -4699238 or 10111928. OLE color: 10111928.

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

Color convert

RGB 184 75 154 -
CMYK 0 0.59 0.16 0.28
HSL 316.51º 0.43% 0.51% -
HSV(B) 316.51º 0.59% 0.72% -
XYZ 28.12 17.56 32.48 -
YUV 116.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 184 75 154 0 0.59 0.16 0.28 316.51 0.43 0.51
Hex B8 4B 9A 0 3B 10 1C 13D 2B 33
Octal 270 113 232 0 73 20 34 475 53 63
Binary 10111000 1001011 10011010 0 111011 10000 11100 100111101 101011 110011

Color Harmonies of #B84B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84B9A

Black with #B84B9A

Text Example


Text Example

White with #B84B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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