Html Css Color HEX #B0498E Mulberry

📋 copy color: '#B0498E'

red 176 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #B0498E

Tints of Mulberry #B0498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 45.01%
G = 18.67%
B = 36.32%

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

#B0498E (or 0xB0498E) is known color: Mulberry. HEX triplet: B0, 49 and 8E. RGB value is (176,73,142). Sum of RGB (Red+Green+Blue) = 176+73+142=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0498E is #4FB671. Grayscale: #6F6F6F. Windows color (decimal): -5224050 or 9324976. OLE color: 9324976.

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

Color convert

RGB 176 73 142 -
CMYK 0 0.59 0.19 0.31
HSL 319.81º 0.41% 0.49% -
HSV(B) 319.81º 0.59% 0.69% -
XYZ 25.17 15.95 27.34 -
YUV 111.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 176 73 142 0 0.59 0.19 0.31 319.81 0.41 0.49
Hex B0 49 8E 0 3B 13 1F 140 29 31
Octal 260 111 216 0 73 23 37 500 51 61
Binary 10110000 1001001 10001110 0 111011 10011 11111 101000000 101001 110001

Color Harmonies of #B0498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0498E

Black with #B0498E

Text Example


Text Example

White with #B0498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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