Html Css Color HEX #B2578E Mulberry

📋 copy color: '#B2578E'

red 178 ◦ green 87 ◦ blue 142

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

Shades of Mulberry #B2578E

Tints of Mulberry #B2578E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 43.73%
G = 21.38%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2578E (or 0xB2578E) is known color: Mulberry. HEX triplet: B2, 57 and 8E. RGB value is (178,87,142). Sum of RGB (Red+Green+Blue) = 178+87+142=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2578E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2578E is #4DA871. Grayscale: #787878. Windows color (decimal): -5089394 or 9328562. OLE color: 9328562.

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

Color convert

RGB 178 87 142 -
CMYK 0 0.51 0.20 0.30
HSL 323.74º 0.37% 0.52% -
HSV(B) 323.74º 0.51% 0.7% -
XYZ 26.65 18.23 27.71 -
YUV 120.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 178 87 142 0 0.51 0.20 0.30 323.74 0.37 0.52
Hex B2 57 8E 0 33 14 1E 144 25 34
Octal 262 127 216 0 63 24 36 504 45 64
Binary 10110010 1010111 10001110 0 110011 10100 11110 101000100 100101 110100

Color Harmonies of #B2578E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2578E

Black with #B2578E

Text Example


Text Example

White with #B2578E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2578E; }

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

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

background-color css

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

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

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

border-color css

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

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

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