Html Css Color HEX #B0488F Mulberry

📋 copy color: '#B0488F'

red 176 ◦ green 72 ◦ blue 143

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

Shades of Mulberry #B0488F

Tints of Mulberry #B0488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 45.01%
G = 18.41%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0488F (or 0xB0488F) is known color: Mulberry. HEX triplet: B0, 48 and 8F. RGB value is (176,72,143). Sum of RGB (Red+Green+Blue) = 176+72+143=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0488F is #4FB770. Grayscale: #6F6F6F. Windows color (decimal): -5224305 or 9390256. OLE color: 9390256.

HSL color Cylindrical-coordinate representation of color #B0488F: hue angle of 319.04º 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 #B0488F is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 143 -
CMYK 0 0.59 0.19 0.31
HSL 319.04º 0.42% 0.49% -
HSV(B) 319.04º 0.59% 0.69% -
XYZ 25.18 15.85 27.72 -
YUV 111.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 176 72 143 0 0.59 0.19 0.31 319.04 0.42 0.49
Hex B0 48 8F 0 3B 13 1F 13F 2A 31
Octal 260 110 217 0 73 23 37 477 52 61
Binary 10110000 1001000 10001111 0 111011 10011 11111 100111111 101010 110001

Color Harmonies of #B0488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0488F

Black with #B0488F

Text Example


Text Example

White with #B0488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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