Html Css Color HEX #B2498C Mulberry

📋 copy color: '#B2498C'

red 178 ◦ green 73 ◦ blue 140

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

Shades of Mulberry #B2498C

Tints of Mulberry #B2498C

RGB

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

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

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

R = 45.52%
G = 18.67%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2498C (or 0xB2498C) is known color: Mulberry. HEX triplet: B2, 49 and 8C. RGB value is (178,73,140). Sum of RGB (Red+Green+Blue) = 178+73+140=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2498C is #4DB673. Grayscale: #6F6F6F. Windows color (decimal): -5092980 or 9193906. OLE color: 9193906.

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

Color convert

RGB 178 73 140 -
CMYK 0 0.59 0.21 0.30
HSL 321.71º 0.42% 0.49% -
HSV(B) 321.71º 0.59% 0.7% -
XYZ 25.48 16.12 26.58 -
YUV 112.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 178 73 140 0 0.59 0.21 0.30 321.71 0.42 0.49
Hex B2 49 8C 0 3B 15 1E 142 2A 31
Octal 262 111 214 0 73 25 36 502 52 61
Binary 10110010 1001001 10001100 0 111011 10101 11110 101000010 101010 110001

Color Harmonies of #B2498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2498C

Black with #B2498C

Text Example


Text Example

White with #B2498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2498C; }

 p { color: rgb(178,73,140); }

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

background-color css

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

 a { background-color: rgb(178,73,140); }

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

border-color css

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

 span { border-color: rgb(178,73,140); }

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