Html Css Color HEX #B2558B Mulberry

📋 copy color: '#B2558B'

red 178 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #B2558B

Tints of Mulberry #B2558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 44.28%
G = 21.14%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2558B (or 0xB2558B) is known color: Mulberry. HEX triplet: B2, 55 and 8B. RGB value is (178,85,139). Sum of RGB (Red+Green+Blue) = 178+85+139=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2558B is #4DAA74. Grayscale: #767676. Windows color (decimal): -5089909 or 9131442. OLE color: 9131442.

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

Color convert

RGB 178 85 139 -
CMYK 0 0.52 0.22 0.30
HSL 325.16º 0.38% 0.52% -
HSV(B) 325.16º 0.52% 0.7% -
XYZ 26.27 17.83 26.48 -
YUV 118.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 178 85 139 0 0.52 0.22 0.30 325.16 0.38 0.52
Hex B2 55 8B 0 34 16 1E 145 26 34
Octal 262 125 213 0 64 26 36 505 46 64
Binary 10110010 1010101 10001011 0 110100 10110 11110 101000101 100110 110100

Color Harmonies of #B2558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2558B

Black with #B2558B

Text Example


Text Example

White with #B2558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2558B; }

 p { color: rgb(178,85,139); }

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

background-color css

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

 a { background-color: rgb(178,85,139); }

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

border-color css

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

 span { border-color: rgb(178,85,139); }

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