Html Css Color HEX #B25492 Mulberry

📋 copy color: '#B25492'

red 178 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #B25492

Tints of Mulberry #B25492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 43.63%
G = 20.59%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B25492 (or 0xB25492) is known color: Mulberry. HEX triplet: B2, 54 and 92. RGB value is (178,84,146). Sum of RGB (Red+Green+Blue) = 178+84+146=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B25492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25492 is #4DAB6D. Grayscale: #777777. Windows color (decimal): -5090158 or 9589938. OLE color: 9589938.

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

Color convert

RGB 178 84 146 -
CMYK 0 0.53 0.18 0.30
HSL 320.43º 0.38% 0.51% -
HSV(B) 320.43º 0.53% 0.7% -
XYZ 26.72 17.88 29.24 -
YUV 119.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 178 84 146 0 0.53 0.18 0.30 320.43 0.38 0.51
Hex B2 54 92 0 35 12 1E 140 26 33
Octal 262 124 222 0 65 22 36 500 46 63
Binary 10110010 1010100 10010010 0 110101 10010 11110 101000000 100110 110011

Color Harmonies of #B25492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25492

Black with #B25492

Text Example


Text Example

White with #B25492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25492; }

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

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

background-color css

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

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

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

border-color css

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

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

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