Html Css Color HEX #B2498E Mulberry

📋 copy color: '#B2498E'

red 178 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #B2498E

Tints of Mulberry #B2498E

RGB

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

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

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

R = 45.29%
G = 18.58%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2498E (or 0xB2498E) is known color: Mulberry. HEX triplet: B2, 49 and 8E. RGB value is (178,73,142). Sum of RGB (Red+Green+Blue) = 178+73+142=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2498E is #4DB671. Grayscale: #707070. Windows color (decimal): -5092978 or 9324978. OLE color: 9324978.

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

Color convert

RGB 178 73 142 -
CMYK 0 0.59 0.20 0.30
HSL 320.57º 0.42% 0.49% -
HSV(B) 320.57º 0.59% 0.7% -
XYZ 25.63 16.18 27.36 -
YUV 112.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 178 73 142 0 0.59 0.20 0.30 320.57 0.42 0.49
Hex B2 49 8E 0 3B 14 1E 141 2A 31
Octal 262 111 216 0 73 24 36 501 52 61
Binary 10110010 1001001 10001110 0 111011 10100 11110 101000001 101010 110001

Color Harmonies of #B2498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2498E

Black with #B2498E

Text Example


Text Example

White with #B2498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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