Html Css Color HEX #B25490 Mulberry

📋 copy color: '#B25490'

red 178 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #B25490

Tints of Mulberry #B25490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 43.84%
G = 20.69%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B25490 (or 0xB25490) is known color: Mulberry. HEX triplet: B2, 54 and 90. RGB value is (178,84,144). Sum of RGB (Red+Green+Blue) = 178+84+144=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B25490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25490 is #4DAB6F. Grayscale: #767676. Windows color (decimal): -5090160 or 9458866. OLE color: 9458866.

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

Color convert

RGB 178 84 144 -
CMYK 0 0.53 0.19 0.30
HSL 321.7º 0.38% 0.51% -
HSV(B) 321.7º 0.53% 0.7% -
XYZ 26.56 17.82 28.42 -
YUV 118.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 178 84 144 0 0.53 0.19 0.30 321.7 0.38 0.51
Hex B2 54 90 0 35 13 1E 142 26 33
Octal 262 124 220 0 65 23 36 502 46 63
Binary 10110010 1010100 10010000 0 110101 10011 11110 101000010 100110 110011

Color Harmonies of #B25490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25490

Black with #B25490

Text Example


Text Example

White with #B25490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25490; }

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

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

background-color css

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

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

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

border-color css

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

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

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