Html Css Color HEX #B2598D Mulberry

📋 copy color: '#B2598D'

red 178 ◦ green 89 ◦ blue 141

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

Shades of Mulberry #B2598D

Tints of Mulberry #B2598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.81%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 43.63%
G = 21.81%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2598D (or 0xB2598D) is known color: Mulberry. HEX triplet: B2, 59 and 8D. RGB value is (178,89,141). Sum of RGB (Red+Green+Blue) = 178+89+141=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2598D is #4DA672. Grayscale: #797979. Windows color (decimal): -5088883 or 9263538. OLE color: 9263538.

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

Color convert

RGB 178 89 141 -
CMYK 0 0.5 0.21 0.30
HSL 324.94º 0.37% 0.52% -
HSV(B) 324.94º 0.5% 0.7% -
XYZ 26.74 18.53 27.37 -
YUV 121.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 178 89 141 0 0.5 0.21 0.30 324.94 0.37 0.52
Hex B2 59 8D 0 32 15 1E 145 25 34
Octal 262 131 215 0 62 25 36 505 45 64
Binary 10110010 1011001 10001101 0 110010 10101 11110 101000101 100101 110100

Color Harmonies of #B2598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2598D

Black with #B2598D

Text Example


Text Example

White with #B2598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2598D; }

 p { color: rgb(178,89,141); }

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

background-color css

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

 a { background-color: rgb(178,89,141); }

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

border-color css

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

 span { border-color: rgb(178,89,141); }

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