Html Css Color HEX #B25086 Mulberry

📋 copy color: '#B25086'

red 178 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #B25086

Tints of Mulberry #B25086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 45.41%
G = 20.41%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B25086 (or 0xB25086) is known color: Mulberry. HEX triplet: B2, 50 and 86. RGB value is (178,80,134). Sum of RGB (Red+Green+Blue) = 178+80+134=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B25086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25086 is #4DAF79. Grayscale: #737373. Windows color (decimal): -5091194 or 8802482. OLE color: 8802482.

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

Color convert

RGB 178 80 134 -
CMYK 0 0.55 0.25 0.30
HSL 326.94º 0.39% 0.51% -
HSV(B) 326.94º 0.55% 0.7% -
XYZ 25.53 16.92 24.48 -
YUV 115.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 178 80 134 0 0.55 0.25 0.30 326.94 0.39 0.51
Hex B2 50 86 0 37 19 1E 147 27 33
Octal 262 120 206 0 67 31 36 507 47 63
Binary 10110010 1010000 10000110 0 110111 11001 11110 101000111 100111 110011

Color Harmonies of #B25086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25086

Black with #B25086

Text Example


Text Example

White with #B25086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25086; }

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

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

background-color css

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

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

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

border-color css

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

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

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