Html Css Color HEX #B2588E Mulberry

📋 copy color: '#B2588E'

red 178 ◦ green 88 ◦ blue 142

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

Shades of Mulberry #B2588E

Tints of Mulberry #B2588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.57%

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

R = 43.63%
G = 21.57%
B = 34.8%

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

#B2588E (or 0xB2588E) is known color: Mulberry. HEX triplet: B2, 58 and 8E. RGB value is (178,88,142). Sum of RGB (Red+Green+Blue) = 178+88+142=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2588E is #4DA771. Grayscale: #787878. Windows color (decimal): -5089138 or 9328818. OLE color: 9328818.

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

Color convert

RGB 178 88 142 -
CMYK 0 0.51 0.20 0.30
HSL 324º 0.37% 0.52% -
HSV(B) 324º 0.51% 0.7% -
XYZ 26.73 18.4 27.73 -
YUV 121.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 178 88 142 0 0.51 0.20 0.30 324 0.37 0.52
Hex B2 58 8E 0 33 14 1E 144 25 34
Octal 262 130 216 0 63 24 36 504 45 64
Binary 10110010 1011000 10001110 0 110011 10100 11110 101000100 100101 110100

Color Harmonies of #B2588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2588E

Black with #B2588E

Text Example


Text Example

White with #B2588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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