Html Css Color HEX #B25996 Mulberry

📋 copy color: '#B25996'

red 178 ◦ green 89 ◦ blue 150

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

Shades of Mulberry #B25996

Tints of Mulberry #B25996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

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

R = 42.69%
G = 21.34%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B25996 (or 0xB25996) is known color: Mulberry. HEX triplet: B2, 59 and 96. RGB value is (178,89,150). Sum of RGB (Red+Green+Blue) = 178+89+150=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B25996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25996 is #4DA669. Grayscale: #7A7A7A. Windows color (decimal): -5088874 or 9853362. OLE color: 9853362.

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

Color convert

RGB 178 89 150 -
CMYK 0 0.5 0.16 0.30
HSL 318.88º 0.37% 0.52% -
HSV(B) 318.88º 0.5% 0.7% -
XYZ 27.44 18.81 31.04 -
YUV 122.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 178 89 150 0 0.5 0.16 0.30 318.88 0.37 0.52
Hex B2 59 96 0 32 10 1E 13F 25 34
Octal 262 131 226 0 62 20 36 477 45 64
Binary 10110010 1011001 10010110 0 110010 10000 11110 100111111 100101 110100

Color Harmonies of #B25996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25996

Black with #B25996

Text Example


Text Example

White with #B25996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25996; }

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

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

background-color css

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

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

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

border-color css

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

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

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