Html Css Color HEX #B45193 Mulberry

📋 copy color: '#B45193'

red 180 ◦ green 81 ◦ blue 147

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

Shades of Mulberry #B45193

Tints of Mulberry #B45193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.85%

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 44.12%
G = 19.85%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B45193 (or 0xB45193) is known color: Mulberry. HEX triplet: B4, 51 and 93. RGB value is (180,81,147). Sum of RGB (Red+Green+Blue) = 180+81+147=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B45193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45193 is #4BAE6C. Grayscale: #757575. Windows color (decimal): -4959853 or 9654708. OLE color: 9654708.

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

Color convert

RGB 180 81 147 -
CMYK 0 0.55 0.18 0.29
HSL 320º 0.4% 0.51% -
HSV(B) 320º 0.55% 0.71% -
XYZ 27.03 17.69 29.59 -
YUV 118.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 180 81 147 0 0.55 0.18 0.29 320 0.4 0.51
Hex B4 51 93 0 37 12 1D 140 28 33
Octal 264 121 223 0 67 22 35 500 50 63
Binary 10110100 1010001 10010011 0 110111 10010 11101 101000000 101000 110011

Color Harmonies of #B45193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45193

Black with #B45193

Text Example


Text Example

White with #B45193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45193; }

 p { color: rgb(180,81,147); }

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

background-color css

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

 a { background-color: rgb(180,81,147); }

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

border-color css

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

 span { border-color: rgb(180,81,147); }

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