Html Css Color HEX #B44595 Mulberry

📋 copy color: '#B44595'

red 180 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #B44595

Tints of Mulberry #B44595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.34%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 45.23%
G = 17.34%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B44595 (or 0xB44595) is known color: Mulberry. HEX triplet: B4, 45 and 95. RGB value is (180,69,149). Sum of RGB (Red+Green+Blue) = 180+69+149=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B44595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44595 is #4BBA6A. Grayscale: #6F6F6F. Windows color (decimal): -4962923 or 9782708. OLE color: 9782708.

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

Color convert

RGB 180 69 149 -
CMYK 0 0.62 0.17 0.29
HSL 316.76º 0.45% 0.49% -
HSV(B) 316.76º 0.62% 0.71% -
XYZ 26.38 16.13 30.16 -
YUV 111.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 180 69 149 0 0.62 0.17 0.29 316.76 0.45 0.49
Hex B4 45 95 0 3E 11 1D 13D 2D 31
Octal 264 105 225 0 76 21 35 475 55 61
Binary 10110100 1000101 10010101 0 111110 10001 11101 100111101 101101 110001

Color Harmonies of #B44595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44595

Black with #B44595

Text Example


Text Example

White with #B44595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44595; }

 p { color: rgb(180,69,149); }

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

background-color css

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

 a { background-color: rgb(180,69,149); }

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

border-color css

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

 span { border-color: rgb(180,69,149); }

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