Html Css Color HEX #B25988 Mulberry

📋 copy color: '#B25988'

red 178 ◦ green 89 ◦ blue 136

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

Shades of Mulberry #B25988

Tints of Mulberry #B25988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 44.17%
G = 22.08%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B25988 (or 0xB25988) is known color: Mulberry. HEX triplet: B2, 59 and 88. RGB value is (178,89,136). Sum of RGB (Red+Green+Blue) = 178+89+136=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B25988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25988 is #4DA677. Grayscale: #787878. Windows color (decimal): -5088888 or 8935858. OLE color: 8935858.

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

Color convert

RGB 178 89 136 -
CMYK 0 0.5 0.24 0.30
HSL 328.31º 0.37% 0.52% -
HSV(B) 328.31º 0.5% 0.7% -
XYZ 26.38 18.39 25.45 -
YUV 120.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 178 89 136 0 0.5 0.24 0.30 328.31 0.37 0.52
Hex B2 59 88 0 32 18 1E 148 25 34
Octal 262 131 210 0 62 30 36 510 45 64
Binary 10110010 1011001 10001000 0 110010 11000 11110 101001000 100101 110100

Color Harmonies of #B25988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25988

Black with #B25988

Text Example


Text Example

White with #B25988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25988; }

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

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

background-color css

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

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

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

border-color css

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

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

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