Html Css Color HEX #B25997 Mulberry

📋 copy color: '#B25997'

red 178 ◦ green 89 ◦ blue 151

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

Shades of Mulberry #B25997

Tints of Mulberry #B25997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.12%

R = 42.58%
G = 21.29%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B25997 (or 0xB25997) is known color: Mulberry. HEX triplet: B2, 59 and 97. RGB value is (178,89,151). Sum of RGB (Red+Green+Blue) = 178+89+151=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B25997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25997 is #4DA668. Grayscale: #7A7A7A. Windows color (decimal): -5088873 or 9918898. OLE color: 9918898.

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

Color convert

RGB 178 89 151 -
CMYK 0 0.5 0.15 0.30
HSL 318.2º 0.37% 0.52% -
HSV(B) 318.2º 0.5% 0.7% -
XYZ 27.52 18.84 31.47 -
YUV 122.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 178 89 151 0 0.5 0.15 0.30 318.2 0.37 0.52
Hex B2 59 97 0 32 F 1E 13E 25 34
Octal 262 131 227 0 62 17 36 476 45 64
Binary 10110010 1011001 10010111 0 110010 1111 11110 100111110 100101 110100

Color Harmonies of #B25997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25997

Black with #B25997

Text Example


Text Example

White with #B25997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25997; }

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

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

background-color css

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

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

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

border-color css

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

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

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