Html Css Color HEX #B43172 Medium Red Violet

📋 copy color: '#B43172'

red 180 ◦ green 49 ◦ blue 114

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

Shades of Medium Red Violet #B43172

Tints of Medium Red Violet #B43172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.29%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 52.48%
G = 14.29%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B43172 (or 0xB43172) is known color: Medium Red Violet. HEX triplet: B4, 31 and 72. RGB value is (180,49,114). Sum of RGB (Red+Green+Blue) = 180+49+114=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B43172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43172 is #4BCE8D. Grayscale: #5F5F5F. Windows color (decimal): -4968078 or 7483828. OLE color: 7483828.

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

Color convert

RGB 180 49 114 -
CMYK 0 0.73 0.37 0.29
HSL 330.23º 0.57% 0.45% -
HSV(B) 330.23º 0.73% 0.71% -
XYZ 22.96 13.11 17.24 -
YUV 95.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 180 49 114 0 0.73 0.37 0.29 330.23 0.57 0.45
Hex B4 31 72 0 49 25 1D 14A 39 2D
Octal 264 61 162 0 111 45 35 512 71 55
Binary 10110100 110001 1110010 0 1001001 100101 11101 101001010 111001 101101

Color Harmonies of #B43172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43172

Black with #B43172

Text Example


Text Example

White with #B43172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43172; }

 p { color: rgb(180,49,114); }

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

background-color css

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

 a { background-color: rgb(180,49,114); }

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

border-color css

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

 span { border-color: rgb(180,49,114); }

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