Html Css Color HEX #B25D98 Mulberry

📋 copy color: '#B25D98'

red 178 ◦ green 93 ◦ blue 152

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

Shades of Mulberry #B25D98

Tints of Mulberry #B25D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.99%

 BLUE value IS 152 (59.77% from 255) = 35.93%

R = 42.08%
G = 21.99%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B25D98 (or 0xB25D98) is known color: Mulberry. HEX triplet: B2, 5D and 98. RGB value is (178,93,152). Sum of RGB (Red+Green+Blue) = 178+93+152=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25D98 is #4DA267. Grayscale: #7C7C7C. Windows color (decimal): -5087848 or 9985458. OLE color: 9985458.

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

Color convert

RGB 178 93 152 -
CMYK 0 0.48 0.15 0.30
HSL 318.35º 0.36% 0.53% -
HSV(B) 318.35º 0.48% 0.7% -
XYZ 27.94 19.56 32.01 -
YUV 125.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 178 93 152 0 0.48 0.15 0.30 318.35 0.36 0.53
Hex B2 5D 98 0 30 F 1E 13E 24 35
Octal 262 135 230 0 60 17 36 476 44 65
Binary 10110010 1011101 10011000 0 110000 1111 11110 100111110 100100 110101

Color Harmonies of #B25D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D98

Black with #B25D98

Text Example


Text Example

White with #B25D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D98; }

 p { color: rgb(178,93,152); }

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

background-color css

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

 a { background-color: rgb(178,93,152); }

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

border-color css

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

 span { border-color: rgb(178,93,152); }

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