Html Css Color HEX #B25299 Mulberry

📋 copy color: '#B25299'

red 178 ◦ green 82 ◦ blue 153

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

Shades of Mulberry #B25299

Tints of Mulberry #B25299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.85%

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

R = 43.1%
G = 19.85%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B25299 (or 0xB25299) is known color: Mulberry. HEX triplet: B2, 52 and 99. RGB value is (178,82,153). Sum of RGB (Red+Green+Blue) = 178+82+153=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B25299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25299 is #4DAD66. Grayscale: #767676. Windows color (decimal): -5090663 or 10048178. OLE color: 10048178.

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

Color convert

RGB 178 82 153 -
CMYK 0 0.54 0.14 0.30
HSL 315.63º 0.38% 0.51% -
HSV(B) 315.63º 0.54% 0.7% -
XYZ 27.13 17.8 32.14 -
YUV 118.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 178 82 153 0 0.54 0.14 0.30 315.63 0.38 0.51
Hex B2 52 99 0 36 E 1E 13C 26 33
Octal 262 122 231 0 66 16 36 474 46 63
Binary 10110010 1010010 10011001 0 110110 1110 11110 100111100 100110 110011

Color Harmonies of #B25299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25299

Black with #B25299

Text Example


Text Example

White with #B25299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25299; }

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

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

background-color css

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

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

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

border-color css

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

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

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