Html Css Color HEX #B2558F Mulberry

📋 copy color: '#B2558F'

red 178 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #B2558F

Tints of Mulberry #B2558F

RGB

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

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

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

R = 43.84%
G = 20.94%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2558F (or 0xB2558F) is known color: Mulberry. HEX triplet: B2, 55 and 8F. RGB value is (178,85,143). Sum of RGB (Red+Green+Blue) = 178+85+143=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2558F is #4DAA70. Grayscale: #777777. Windows color (decimal): -5089905 or 9393586. OLE color: 9393586.

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

Color convert

RGB 178 85 143 -
CMYK 0 0.52 0.20 0.30
HSL 322.58º 0.38% 0.52% -
HSV(B) 322.58º 0.52% 0.7% -
XYZ 26.57 17.95 28.05 -
YUV 119.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 178 85 143 0 0.52 0.20 0.30 322.58 0.38 0.52
Hex B2 55 8F 0 34 14 1E 143 26 34
Octal 262 125 217 0 64 24 36 503 46 64
Binary 10110010 1010101 10001111 0 110100 10100 11110 101000011 100110 110100

Color Harmonies of #B2558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2558F

Black with #B2558F

Text Example


Text Example

White with #B2558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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