Html Css Color HEX #B25291 Mulberry

📋 copy color: '#B25291'

red 178 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #B25291

Tints of Mulberry #B25291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.25%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 43.95%
G = 20.25%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B25291 (or 0xB25291) is known color: Mulberry. HEX triplet: B2, 52 and 91. RGB value is (178,82,145). Sum of RGB (Red+Green+Blue) = 178+82+145=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B25291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25291 is #4DAD6E. Grayscale: #757575. Windows color (decimal): -5090671 or 9523890. OLE color: 9523890.

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

Color convert

RGB 178 82 145 -
CMYK 0 0.54 0.19 0.30
HSL 320.63º 0.38% 0.51% -
HSV(B) 320.63º 0.54% 0.7% -
XYZ 26.49 17.54 28.78 -
YUV 117.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 178 82 145 0 0.54 0.19 0.30 320.63 0.38 0.51
Hex B2 52 91 0 36 13 1E 141 26 33
Octal 262 122 221 0 66 23 36 501 46 63
Binary 10110010 1010010 10010001 0 110110 10011 11110 101000001 100110 110011

Color Harmonies of #B25291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25291

Black with #B25291

Text Example


Text Example

White with #B25291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25291; }

 p { color: rgb(178,82,145); }

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

background-color css

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

 a { background-color: rgb(178,82,145); }

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

border-color css

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

 span { border-color: rgb(178,82,145); }

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