Html Css Color HEX #B44392 Medium Red Violet

📋 copy color: '#B44392'

red 180 ◦ green 67 ◦ blue 146

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

Shades of Medium Red Violet #B44392

Tints of Medium Red Violet #B44392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.15%

R = 45.8%
G = 17.05%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B44392 (or 0xB44392) is known color: Medium Red Violet. HEX triplet: B4, 43 and 92. RGB value is (180,67,146). Sum of RGB (Red+Green+Blue) = 180+67+146=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B44392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44392 is #4BBC6D. Grayscale: #6D6D6D. Windows color (decimal): -4963438 or 9585588. OLE color: 9585588.

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

Color convert

RGB 180 67 146 -
CMYK 0 0.63 0.19 0.29
HSL 318.05º 0.46% 0.48% -
HSV(B) 318.05º 0.63% 0.71% -
XYZ 26.02 15.79 28.87 -
YUV 109.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 180 67 146 0 0.63 0.19 0.29 318.05 0.46 0.48
Hex B4 43 92 0 3F 13 1D 13E 2E 30
Octal 264 103 222 0 77 23 35 476 56 60
Binary 10110100 1000011 10010010 0 111111 10011 11101 100111110 101110 110000

Color Harmonies of #B44392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44392

Black with #B44392

Text Example


Text Example

White with #B44392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44392; }

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

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

background-color css

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

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

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

border-color css

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

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

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