Html Css Color HEX #B45294 Mulberry

📋 copy color: '#B45294'

red 180 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #B45294

Tints of Mulberry #B45294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 43.9%
G = 20%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B45294 (or 0xB45294) is known color: Mulberry. HEX triplet: B4, 52 and 94. RGB value is (180,82,148). Sum of RGB (Red+Green+Blue) = 180+82+148=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B45294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45294 is #4BAD6B. Grayscale: #767676. Windows color (decimal): -4959596 or 9720500. OLE color: 9720500.

HSL color Cylindrical-coordinate representation of color #B45294: hue angle of 319.59º 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 #B45294 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 148 -
CMYK 0 0.54 0.18 0.29
HSL 319.59º 0.4% 0.51% -
HSV(B) 319.59º 0.54% 0.71% -
XYZ 27.18 17.88 30.03 -
YUV 118.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 180 82 148 0 0.54 0.18 0.29 319.59 0.4 0.51
Hex B4 52 94 0 36 12 1D 140 28 33
Octal 264 122 224 0 66 22 35 500 50 63
Binary 10110100 1010010 10010100 0 110110 10010 11101 101000000 101000 110011

Color Harmonies of #B45294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45294

Black with #B45294

Text Example


Text Example

White with #B45294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45294; }

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

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

background-color css

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

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

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

border-color css

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

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

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