Html Css Color HEX #B842A2 Mulberry

📋 copy color: '#B842A2'

red 184 ◦ green 66 ◦ blue 162

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

Shades of Mulberry #B842A2

Tints of Mulberry #B842A2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.02%

 BLUE value IS 162 (63.67% from 255) = 39.32%

R = 44.66%
G = 16.02%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B842A2 (or 0xB842A2) is known color: Mulberry. HEX triplet: B8, 42 and A2. RGB value is (184,66,162). Sum of RGB (Red+Green+Blue) = 184+66+162=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B842A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B842A2 is #47BD5D. Grayscale: #6F6F6F. Windows color (decimal): -4701534 or 10633912. OLE color: 10633912.

HSL color Cylindrical-coordinate representation of color #B842A2: hue angle of 311.19º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B842A2 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 66 162 -
CMYK 0 0.64 0.12 0.28
HSL 311.19º 0.47% 0.49% -
HSV(B) 311.19º 0.64% 0.72% -
XYZ 28.24 16.7 35.92 -
YUV 112.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 184 66 162 0 0.64 0.12 0.28 311.19 0.47 0.49
Hex B8 42 A2 0 40 C 1C 137 2F 31
Octal 270 102 242 0 100 14 34 467 57 61
Binary 10111000 1000010 10100010 0 1000000 1100 11100 100110111 101111 110001

Color Harmonies of #B842A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842A2

Black with #B842A2

Text Example


Text Example

White with #B842A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842A2; }

 p { color: rgb(184,66,162); }

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

background-color css

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

 a { background-color: rgb(184,66,162); }

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

border-color css

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

 span { border-color: rgb(184,66,162); }

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