Html Css Color HEX #B45390 Mulberry

📋 copy color: '#B45390'

red 180 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #B45390

Tints of Mulberry #B45390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.39%

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

R = 44.23%
G = 20.39%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B45390 (or 0xB45390) is known color: Mulberry. HEX triplet: B4, 53 and 90. RGB value is (180,83,144). Sum of RGB (Red+Green+Blue) = 180+83+144=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B45390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45390 is #4BAC6F. Grayscale: #767676. Windows color (decimal): -4959344 or 9458612. OLE color: 9458612.

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

Color convert

RGB 180 83 144 -
CMYK 0 0.54 0.2 0.29
HSL 322.27º 0.39% 0.52% -
HSV(B) 322.27º 0.54% 0.71% -
XYZ 26.95 17.9 28.42 -
YUV 118.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 180 83 144 0 0.54 0.2 0.29 322.27 0.39 0.52
Hex B4 53 90 0 36 14 1D 142 27 34
Octal 264 123 220 0 66 24 35 502 47 64
Binary 10110100 1010011 10010000 0 110110 10100 11101 101000010 100111 110100

Color Harmonies of #B45390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45390

Black with #B45390

Text Example


Text Example

White with #B45390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45390; }

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

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

background-color css

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

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

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

border-color css

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

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

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