Html Css Color HEX #B0498F Mulberry

📋 copy color: '#B0498F'

red 176 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #B0498F

Tints of Mulberry #B0498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

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

R = 44.9%
G = 18.62%
B = 36.48%

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

#B0498F (or 0xB0498F) is known color: Mulberry. HEX triplet: B0, 49 and 8F. RGB value is (176,73,143). Sum of RGB (Red+Green+Blue) = 176+73+143=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0498F is #4FB670. Grayscale: #6F6F6F. Windows color (decimal): -5224049 or 9390512. OLE color: 9390512.

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

Color convert

RGB 176 73 143 -
CMYK 0 0.59 0.19 0.31
HSL 319.22º 0.41% 0.49% -
HSV(B) 319.22º 0.59% 0.69% -
XYZ 25.24 15.98 27.74 -
YUV 111.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 176 73 143 0 0.59 0.19 0.31 319.22 0.41 0.49
Hex B0 49 8F 0 3B 13 1F 13F 29 31
Octal 260 111 217 0 73 23 37 477 51 61
Binary 10110000 1001001 10001111 0 111011 10011 11111 100111111 101001 110001

Color Harmonies of #B0498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0498F

Black with #B0498F

Text Example


Text Example

White with #B0498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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