Html Css Color HEX #B2578A Mulberry

📋 copy color: '#B2578A'

red 178 ◦ green 87 ◦ blue 138

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

Shades of Mulberry #B2578A

Tints of Mulberry #B2578A

RGB

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

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

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

R = 44.17%
G = 21.59%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2578A (or 0xB2578A) is known color: Mulberry. HEX triplet: B2, 57 and 8A. RGB value is (178,87,138). Sum of RGB (Red+Green+Blue) = 178+87+138=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2578A is #4DA875. Grayscale: #777777. Windows color (decimal): -5089398 or 9066418. OLE color: 9066418.

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

Color convert

RGB 178 87 138 -
CMYK 0 0.51 0.22 0.30
HSL 326.37º 0.37% 0.52% -
HSV(B) 326.37º 0.51% 0.7% -
XYZ 26.36 18.12 26.15 -
YUV 120.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 178 87 138 0 0.51 0.22 0.30 326.37 0.37 0.52
Hex B2 57 8A 0 33 16 1E 146 25 34
Octal 262 127 212 0 63 26 36 506 45 64
Binary 10110010 1010111 10001010 0 110011 10110 11110 101000110 100101 110100

Color Harmonies of #B2578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2578A

Black with #B2578A

Text Example


Text Example

White with #B2578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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