Html Css Color HEX #B45297 Mulberry

📋 copy color: '#B45297'

red 180 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #B45297

Tints of Mulberry #B45297

RGB

 RED value IS 180 (70.7% from 255) = 43.58%

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

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

R = 43.58%
G = 19.85%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B45297 (or 0xB45297) is known color: Mulberry. HEX triplet: B4, 52 and 97. RGB value is (180,82,151). Sum of RGB (Red+Green+Blue) = 180+82+151=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B45297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45297 is #4BAD68. Grayscale: #767676. Windows color (decimal): -4959593 or 9917108. OLE color: 9917108.

HSL color Cylindrical-coordinate representation of color #B45297: hue angle of 317.76º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45297 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 151 -
CMYK 0 0.54 0.16 0.29
HSL 317.76º 0.4% 0.51% -
HSV(B) 317.76º 0.54% 0.71% -
XYZ 27.43 17.97 31.3 -
YUV 119.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 180 82 151 0 0.54 0.16 0.29 317.76 0.4 0.51
Hex B4 52 97 0 36 10 1D 13E 28 33
Octal 264 122 227 0 66 20 35 476 50 63
Binary 10110100 1010010 10010111 0 110110 10000 11101 100111110 101000 110011

Color Harmonies of #B45297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45297

Black with #B45297

Text Example


Text Example

White with #B45297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45297; }

 p { color: rgb(180,82,151); }

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

background-color css

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

 a { background-color: rgb(180,82,151); }

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

border-color css

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

 span { border-color: rgb(180,82,151); }

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