Html Css Color HEX #B25295 Mulberry

📋 copy color: '#B25295'

red 178 ◦ green 82 ◦ blue 149

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

Shades of Mulberry #B25295

Tints of Mulberry #B25295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 43.52%
G = 20.05%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B25295 (or 0xB25295) is known color: Mulberry. HEX triplet: B2, 52 and 95. RGB value is (178,82,149). Sum of RGB (Red+Green+Blue) = 178+82+149=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B25295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25295 is #4DAD6A. Grayscale: #767676. Windows color (decimal): -5090667 or 9786034. OLE color: 9786034.

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

Color convert

RGB 178 82 149 -
CMYK 0 0.54 0.16 0.30
HSL 318.13º 0.38% 0.51% -
HSV(B) 318.13º 0.54% 0.7% -
XYZ 26.8 17.67 30.43 -
YUV 118.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 178 82 149 0 0.54 0.16 0.30 318.13 0.38 0.51
Hex B2 52 95 0 36 10 1E 13E 26 33
Octal 262 122 225 0 66 20 36 476 46 63
Binary 10110010 1010010 10010101 0 110110 10000 11110 100111110 100110 110011

Color Harmonies of #B25295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25295

Black with #B25295

Text Example


Text Example

White with #B25295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25295; }

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

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

background-color css

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

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

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

border-color css

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

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

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