Html Css Color HEX #B0488C Mulberry

📋 copy color: '#B0488C'

red 176 ◦ green 72 ◦ blue 140

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

Shades of Mulberry #B0488C

Tints of Mulberry #B0488C

RGB

 RED value IS 176 (69.14% from 255) = 45.36%

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 45.36%
G = 18.56%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0488C (or 0xB0488C) is known color: Mulberry. HEX triplet: B0, 48 and 8C. RGB value is (176,72,140). Sum of RGB (Red+Green+Blue) = 176+72+140=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0488C is #4FB773. Grayscale: #6E6E6E. Windows color (decimal): -5224308 or 9193648. OLE color: 9193648.

HSL color Cylindrical-coordinate representation of color #B0488C: hue angle of 320.77º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0488C is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 140 -
CMYK 0 0.59 0.20 0.31
HSL 320.77º 0.42% 0.49% -
HSV(B) 320.77º 0.59% 0.69% -
XYZ 24.96 15.76 26.54 -
YUV 110.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 176 72 140 0 0.59 0.20 0.31 320.77 0.42 0.49
Hex B0 48 8C 0 3B 14 1F 141 2A 31
Octal 260 110 214 0 73 24 37 501 52 61
Binary 10110000 1001000 10001100 0 111011 10100 11111 101000001 101010 110001

Color Harmonies of #B0488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0488C

Black with #B0488C

Text Example


Text Example

White with #B0488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0488C; }

 p { color: rgb(176,72,140); }

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

background-color css

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

 a { background-color: rgb(176,72,140); }

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

border-color css

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

 span { border-color: rgb(176,72,140); }

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