Html Css Color HEX #B25B8C Mulberry

📋 copy color: '#B25B8C'

red 178 ◦ green 91 ◦ blue 140

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

Shades of Mulberry #B25B8C

Tints of Mulberry #B25B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.25%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 43.52%
G = 22.25%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B25B8C (or 0xB25B8C) is known color: Mulberry. HEX triplet: B2, 5B and 8C. RGB value is (178,91,140). Sum of RGB (Red+Green+Blue) = 178+91+140=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25B8C is #4DA473. Grayscale: #7A7A7A. Windows color (decimal): -5088372 or 9198514. OLE color: 9198514.

HSL color Cylindrical-coordinate representation of color #B25B8C: hue angle of 326.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25B8C is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 91 140 -
CMYK 0 0.49 0.21 0.30
HSL 326.21º 0.36% 0.53% -
HSV(B) 326.21º 0.49% 0.7% -
XYZ 26.83 18.84 27.03 -
YUV 122.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 178 91 140 0 0.49 0.21 0.30 326.21 0.36 0.53
Hex B2 5B 8C 0 31 15 1E 146 24 35
Octal 262 133 214 0 61 25 36 506 44 65
Binary 10110010 1011011 10001100 0 110001 10101 11110 101000110 100100 110101

Color Harmonies of #B25B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B8C

Black with #B25B8C

Text Example


Text Example

White with #B25B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B8C; }

 p { color: rgb(178,91,140); }

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

background-color css

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

 a { background-color: rgb(178,91,140); }

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

border-color css

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

 span { border-color: rgb(178,91,140); }

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