Html Css Color HEX #B2489A Mulberry

📋 copy color: '#B2489A'

red 178 ◦ green 72 ◦ blue 154

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

Shades of Mulberry #B2489A

Tints of Mulberry #B2489A

RGB

 RED value IS 178 (69.92% from 255) = 44.06%

 GREEN value IS 72 (28.52% from 255) = 17.82%

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

R = 44.06%
G = 17.82%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2489A (or 0xB2489A) is known color: Mulberry. HEX triplet: B2, 48 and 9A. RGB value is (178,72,154). Sum of RGB (Red+Green+Blue) = 178+72+154=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2489A is #4DB765. Grayscale: #707070. Windows color (decimal): -5093222 or 10111154. OLE color: 10111154.

HSL color Cylindrical-coordinate representation of color #B2489A: hue angle of 313.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2489A is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 154 -
CMYK 0 0.60 0.13 0.30
HSL 313.58º 0.42% 0.49% -
HSV(B) 313.58º 0.6% 0.7% -
XYZ 26.51 16.43 32.35 -
YUV 113.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 178 72 154 0 0.60 0.13 0.30 313.58 0.42 0.49
Hex B2 48 9A 0 3C D 1E 13A 2A 31
Octal 262 110 232 0 74 15 36 472 52 61
Binary 10110010 1001000 10011010 0 111100 1101 11110 100111010 101010 110001

Color Harmonies of #B2489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2489A

Black with #B2489A

Text Example


Text Example

White with #B2489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2489A; }

 p { color: rgb(178,72,154); }

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

background-color css

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

 a { background-color: rgb(178,72,154); }

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

border-color css

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

 span { border-color: rgb(178,72,154); }

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