Html Css Color HEX #B2488A Mulberry

📋 copy color: '#B2488A'

red 178 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #B2488A

Tints of Mulberry #B2488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 45.88%
G = 18.56%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2488A (or 0xB2488A) is known color: Mulberry. HEX triplet: B2, 48 and 8A. RGB value is (178,72,138). Sum of RGB (Red+Green+Blue) = 178+72+138=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2488A is #4DB775. Grayscale: #6F6F6F. Windows color (decimal): -5093238 or 9062578. OLE color: 9062578.

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

Color convert

RGB 178 72 138 -
CMYK 0 0.60 0.22 0.30
HSL 322.64º 0.42% 0.49% -
HSV(B) 322.64º 0.6% 0.7% -
XYZ 25.26 15.93 25.79 -
YUV 111.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 178 72 138 0 0.60 0.22 0.30 322.64 0.42 0.49
Hex B2 48 8A 0 3C 16 1E 143 2A 31
Octal 262 110 212 0 74 26 36 503 52 61
Binary 10110010 1001000 10001010 0 111100 10110 11110 101000011 101010 110001

Color Harmonies of #B2488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2488A

Black with #B2488A

Text Example


Text Example

White with #B2488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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