Html Css Color HEX #B25890 Mulberry

📋 copy color: '#B25890'

red 178 ◦ green 88 ◦ blue 144

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

Shades of Mulberry #B25890

Tints of Mulberry #B25890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.12%

R = 43.41%
G = 21.46%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B25890 (or 0xB25890) is known color: Mulberry. HEX triplet: B2, 58 and 90. RGB value is (178,88,144). Sum of RGB (Red+Green+Blue) = 178+88+144=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B25890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25890 is #4DA76F. Grayscale: #797979. Windows color (decimal): -5089136 or 9459890. OLE color: 9459890.

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

Color convert

RGB 178 88 144 -
CMYK 0 0.51 0.19 0.30
HSL 322.67º 0.37% 0.52% -
HSV(B) 322.67º 0.51% 0.7% -
XYZ 26.88 18.46 28.53 -
YUV 121.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 178 88 144 0 0.51 0.19 0.30 322.67 0.37 0.52
Hex B2 58 90 0 33 13 1E 143 25 34
Octal 262 130 220 0 63 23 36 503 45 64
Binary 10110010 1011000 10010000 0 110011 10011 11110 101000011 100101 110100

Color Harmonies of #B25890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25890

Black with #B25890

Text Example


Text Example

White with #B25890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25890; }

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

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

background-color css

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

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

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

border-color css

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

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

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