Html Css Color HEX #B25599 Mulberry

📋 copy color: '#B25599'

red 178 ◦ green 85 ◦ blue 153

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

Shades of Mulberry #B25599

Tints of Mulberry #B25599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

 BLUE value IS 153 (60.16% from 255) = 36.78%

R = 42.79%
G = 20.43%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B25599 (or 0xB25599) is known color: Mulberry. HEX triplet: B2, 55 and 99. RGB value is (178,85,153). Sum of RGB (Red+Green+Blue) = 178+85+153=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B25599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25599 is #4DAA66. Grayscale: #787878. Windows color (decimal): -5089895 or 10048946. OLE color: 10048946.

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

Color convert

RGB 178 85 153 -
CMYK 0 0.52 0.14 0.30
HSL 316.13º 0.38% 0.52% -
HSV(B) 316.13º 0.52% 0.7% -
XYZ 27.36 18.26 32.22 -
YUV 120.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 178 85 153 0 0.52 0.14 0.30 316.13 0.38 0.52
Hex B2 55 99 0 34 E 1E 13C 26 34
Octal 262 125 231 0 64 16 36 474 46 64
Binary 10110010 1010101 10011001 0 110100 1110 11110 100111100 100110 110100

Color Harmonies of #B25599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25599

Black with #B25599

Text Example


Text Example

White with #B25599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25599; }

 p { color: rgb(178,85,153); }

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

background-color css

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

 a { background-color: rgb(178,85,153); }

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

border-color css

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

 span { border-color: rgb(178,85,153); }

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