Html Css Color HEX #B25896 Mulberry

📋 copy color: '#B25896'

red 178 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #B25896

Tints of Mulberry #B25896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.15%

 BLUE value IS 150 (58.98% from 255) = 36.06%

R = 42.79%
G = 21.15%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B25896 (or 0xB25896) is known color: Mulberry. HEX triplet: B2, 58 and 96. RGB value is (178,88,150). Sum of RGB (Red+Green+Blue) = 178+88+150=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B25896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25896 is #4DA769. Grayscale: #797979. Windows color (decimal): -5089130 or 9853106. OLE color: 9853106.

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

Color convert

RGB 178 88 150 -
CMYK 0 0.51 0.16 0.30
HSL 318.67º 0.37% 0.52% -
HSV(B) 318.67º 0.51% 0.7% -
XYZ 27.35 18.65 31.01 -
YUV 121.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 178 88 150 0 0.51 0.16 0.30 318.67 0.37 0.52
Hex B2 58 96 0 33 10 1E 13F 25 34
Octal 262 130 226 0 63 20 36 477 45 64
Binary 10110010 1011000 10010110 0 110011 10000 11110 100111111 100101 110100

Color Harmonies of #B25896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25896

Black with #B25896

Text Example


Text Example

White with #B25896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25896; }

 p { color: rgb(178,88,150); }

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

background-color css

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

 a { background-color: rgb(178,88,150); }

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

border-color css

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

 span { border-color: rgb(178,88,150); }

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