Html Css Color HEX #B44385 Medium Red Violet

📋 copy color: '#B44385'

red 180 ◦ green 67 ◦ blue 133

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

Shades of Medium Red Violet #B44385

Tints of Medium Red Violet #B44385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 133 (52.34% from 255) = 35%

R = 47.37%
G = 17.63%
B = 35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B44385 (or 0xB44385) is known color: Medium Red Violet. HEX triplet: B4, 43 and 85. RGB value is (180,67,133). Sum of RGB (Red+Green+Blue) = 180+67+133=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B44385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44385 is #4BBC7A. Grayscale: #6C6C6C. Windows color (decimal): -4963451 or 8733620. OLE color: 8733620.

HSL color Cylindrical-coordinate representation of color #B44385: hue angle of 324.96º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44385 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 67 133 -
CMYK 0 0.63 0.26 0.29
HSL 324.96º 0.46% 0.48% -
HSV(B) 324.96º 0.63% 0.71% -
XYZ 25.06 15.41 23.84 -
YUV 108.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 180 67 133 0 0.63 0.26 0.29 324.96 0.46 0.48
Hex B4 43 85 0 3F 1A 1D 145 2E 30
Octal 264 103 205 0 77 32 35 505 56 60
Binary 10110100 1000011 10000101 0 111111 11010 11101 101000101 101110 110000

Color Harmonies of #B44385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44385

Black with #B44385

Text Example


Text Example

White with #B44385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44385; }

 p { color: rgb(180,67,133); }

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

background-color css

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

 a { background-color: rgb(180,67,133); }

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

border-color css

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

 span { border-color: rgb(180,67,133); }

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