Html Css Color HEX #B45C90 Mulberry

📋 copy color: '#B45C90'

red 180 ◦ green 92 ◦ blue 144

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

Shades of Mulberry #B45C90

Tints of Mulberry #B45C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 43.27%
G = 22.12%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B45C90 (or 0xB45C90) is known color: Mulberry. HEX triplet: B4, 5C and 90. RGB value is (180,92,144). Sum of RGB (Red+Green+Blue) = 180+92+144=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C90 is #4BA36F. Grayscale: #7C7C7C. Windows color (decimal): -4957040 or 9460916. OLE color: 9460916.

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

Color convert

RGB 180 92 144 -
CMYK 0 0.49 0.2 0.29
HSL 324.55º 0.37% 0.53% -
HSV(B) 324.55º 0.49% 0.71% -
XYZ 27.68 19.37 28.67 -
YUV 124.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 180 92 144 0 0.49 0.2 0.29 324.55 0.37 0.53
Hex B4 5C 90 0 31 14 1D 145 25 35
Octal 264 134 220 0 61 24 35 505 45 65
Binary 10110100 1011100 10010000 0 110001 10100 11101 101000101 100101 110101

Color Harmonies of #B45C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C90

Black with #B45C90

Text Example


Text Example

White with #B45C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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