Html Css Color HEX #B2578D Mulberry

📋 copy color: '#B2578D'

red 178 ◦ green 87 ◦ blue 141

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

Shades of Mulberry #B2578D

Tints of Mulberry #B2578D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.43%

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

R = 43.84%
G = 21.43%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2578D (or 0xB2578D) is known color: Mulberry. HEX triplet: B2, 57 and 8D. RGB value is (178,87,141). Sum of RGB (Red+Green+Blue) = 178+87+141=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2578D is #4DA872. Grayscale: #787878. Windows color (decimal): -5089395 or 9263026. OLE color: 9263026.

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

Color convert

RGB 178 87 141 -
CMYK 0 0.51 0.21 0.30
HSL 324.4º 0.37% 0.52% -
HSV(B) 324.4º 0.51% 0.7% -
XYZ 26.58 18.2 27.31 -
YUV 120.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 178 87 141 0 0.51 0.21 0.30 324.4 0.37 0.52
Hex B2 57 8D 0 33 15 1E 144 25 34
Octal 262 127 215 0 63 25 36 504 45 64
Binary 10110010 1010111 10001101 0 110011 10101 11110 101000100 100101 110100

Color Harmonies of #B2578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2578D

Black with #B2578D

Text Example


Text Example

White with #B2578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2578D; }

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

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

background-color css

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

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

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

border-color css

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

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

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