Html Css Color HEX #B2489B Mulberry

📋 copy color: '#B2489B'

red 178 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #B2489B

Tints of Mulberry #B2489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 43.95%
G = 17.78%
B = 38.27%

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

#B2489B (or 0xB2489B) is known color: Mulberry. HEX triplet: B2, 48 and 9B. RGB value is (178,72,155). Sum of RGB (Red+Green+Blue) = 178+72+155=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2489B is #4DB764. Grayscale: #707070. Windows color (decimal): -5093221 or 10176690. OLE color: 10176690.

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

Color convert

RGB 178 72 155 -
CMYK 0 0.60 0.13 0.30
HSL 313.02º 0.42% 0.49% -
HSV(B) 313.02º 0.6% 0.7% -
XYZ 26.59 16.47 32.79 -
YUV 113.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 178 72 155 0 0.60 0.13 0.30 313.02 0.42 0.49
Hex B2 48 9B 0 3C D 1E 139 2A 31
Octal 262 110 233 0 74 15 36 471 52 61
Binary 10110010 1001000 10011011 0 111100 1101 11110 100111001 101010 110001

Color Harmonies of #B2489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2489B

Black with #B2489B

Text Example


Text Example

White with #B2489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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