Html Css Color HEX #B25495 Mulberry

📋 copy color: '#B25495'

red 178 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #B25495

Tints of Mulberry #B25495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.44%

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

R = 43.31%
G = 20.44%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B25495 (or 0xB25495) is known color: Mulberry. HEX triplet: B2, 54 and 95. RGB value is (178,84,149). Sum of RGB (Red+Green+Blue) = 178+84+149=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B25495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25495 is #4DAB6A. Grayscale: #777777. Windows color (decimal): -5090155 or 9786546. OLE color: 9786546.

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

Color convert

RGB 178 84 149 -
CMYK 0 0.53 0.16 0.30
HSL 318.51º 0.38% 0.51% -
HSV(B) 318.51º 0.53% 0.7% -
XYZ 26.96 17.98 30.48 -
YUV 119.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 178 84 149 0 0.53 0.16 0.30 318.51 0.38 0.51
Hex B2 54 95 0 35 10 1E 13F 26 33
Octal 262 124 225 0 65 20 36 477 46 63
Binary 10110010 1010100 10010101 0 110101 10000 11110 100111111 100110 110011

Color Harmonies of #B25495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25495

Black with #B25495

Text Example


Text Example

White with #B25495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25495; }

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

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

background-color css

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

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

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

border-color css

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

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

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