Html Css Color HEX #B45C94 Mulberry

📋 copy color: '#B45C94'

red 180 ◦ green 92 ◦ blue 148

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

Shades of Mulberry #B45C94

Tints of Mulberry #B45C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

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

R = 42.86%
G = 21.9%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B45C94 (or 0xB45C94) is known color: Mulberry. HEX triplet: B4, 5C and 94. RGB value is (180,92,148). Sum of RGB (Red+Green+Blue) = 180+92+148=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C94 is #4BA36B. Grayscale: #7C7C7C. Windows color (decimal): -4957036 or 9723060. OLE color: 9723060.

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

Color convert

RGB 180 92 148 -
CMYK 0 0.49 0.18 0.29
HSL 321.82º 0.37% 0.53% -
HSV(B) 321.82º 0.49% 0.71% -
XYZ 27.99 19.5 30.3 -
YUV 124.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 180 92 148 0 0.49 0.18 0.29 321.82 0.37 0.53
Hex B4 5C 94 0 31 12 1D 142 25 35
Octal 264 134 224 0 61 22 35 502 45 65
Binary 10110100 1011100 10010100 0 110001 10010 11101 101000010 100101 110101

Color Harmonies of #B45C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C94

Black with #B45C94

Text Example


Text Example

White with #B45C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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