Html Css Color HEX #B2598F Mulberry

📋 copy color: '#B2598F'

red 178 ◦ green 89 ◦ blue 143

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

Shades of Mulberry #B2598F

Tints of Mulberry #B2598F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 43.41%
G = 21.71%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2598F (or 0xB2598F) is known color: Mulberry. HEX triplet: B2, 59 and 8F. RGB value is (178,89,143). Sum of RGB (Red+Green+Blue) = 178+89+143=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B2598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2598F is #4DA670. Grayscale: #797979. Windows color (decimal): -5088881 or 9394610. OLE color: 9394610.

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

Color convert

RGB 178 89 143 -
CMYK 0 0.5 0.20 0.30
HSL 323.6º 0.37% 0.52% -
HSV(B) 323.6º 0.5% 0.7% -
XYZ 26.89 18.59 28.16 -
YUV 121.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 178 89 143 0 0.5 0.20 0.30 323.6 0.37 0.52
Hex B2 59 8F 0 32 14 1E 144 25 34
Octal 262 131 217 0 62 24 36 504 45 64
Binary 10110010 1011001 10001111 0 110010 10100 11110 101000100 100101 110100

Color Harmonies of #B2598F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2598F

Black with #B2598F

Text Example


Text Example

White with #B2598F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2598F; }

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

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

background-color css

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

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

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

border-color css

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

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

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