Html Css Color HEX #B25095 Mulberry

📋 copy color: '#B25095'

red 178 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #B25095

Tints of Mulberry #B25095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

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

R = 43.73%
G = 19.66%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B25095 (or 0xB25095) is known color: Mulberry. HEX triplet: B2, 50 and 95. RGB value is (178,80,149). Sum of RGB (Red+Green+Blue) = 178+80+149=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B25095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25095 is #4DAF6A. Grayscale: #747474. Windows color (decimal): -5091179 or 9785522. OLE color: 9785522.

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

Color convert

RGB 178 80 149 -
CMYK 0 0.55 0.16 0.30
HSL 317.76º 0.39% 0.51% -
HSV(B) 317.76º 0.55% 0.7% -
XYZ 26.65 17.37 30.38 -
YUV 117.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 178 80 149 0 0.55 0.16 0.30 317.76 0.39 0.51
Hex B2 50 95 0 37 10 1E 13E 27 33
Octal 262 120 225 0 67 20 36 476 47 63
Binary 10110010 1010000 10010101 0 110111 10000 11110 100111110 100111 110011

Color Harmonies of #B25095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25095

Black with #B25095

Text Example


Text Example

White with #B25095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25095; }

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

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

background-color css

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

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

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

border-color css

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

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

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