Html Css Color HEX #B2598A Mulberry

📋 copy color: '#B2598A'

red 178 ◦ green 89 ◦ blue 138

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

Shades of Mulberry #B2598A

Tints of Mulberry #B2598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 43.95%
G = 21.98%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2598A (or 0xB2598A) is known color: Mulberry. HEX triplet: B2, 59 and 8A. RGB value is (178,89,138). Sum of RGB (Red+Green+Blue) = 178+89+138=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2598A is #4DA675. Grayscale: #797979. Windows color (decimal): -5088886 or 9066930. OLE color: 9066930.

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

Color convert

RGB 178 89 138 -
CMYK 0 0.5 0.22 0.30
HSL 326.97º 0.37% 0.52% -
HSV(B) 326.97º 0.5% 0.7% -
XYZ 26.52 18.44 26.21 -
YUV 121.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 178 89 138 0 0.5 0.22 0.30 326.97 0.37 0.52
Hex B2 59 8A 0 32 16 1E 147 25 34
Octal 262 131 212 0 62 26 36 507 45 64
Binary 10110010 1011001 10001010 0 110010 10110 11110 101000111 100101 110100

Color Harmonies of #B2598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2598A

Black with #B2598A

Text Example


Text Example

White with #B2598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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