Html Css Color HEX #B42173 Medium Red Violet

📋 copy color: '#B42173'

red 180 ◦ green 33 ◦ blue 115

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

Shades of Medium Red Violet #B42173

Tints of Medium Red Violet #B42173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.06%

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 54.88%
G = 10.06%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B42173 (or 0xB42173) is known color: Medium Red Violet. HEX triplet: B4, 21 and 73. RGB value is (180,33,115). Sum of RGB (Red+Green+Blue) = 180+33+115=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B42173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42173 is #4BDE8C. Grayscale: #565656. Windows color (decimal): -4972173 or 7545268. OLE color: 7545268.

HSL color Cylindrical-coordinate representation of color #B42173: hue angle of 326.53º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42173 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 115 -
CMYK 0 0.82 0.36 0.29
HSL 326.53º 0.69% 0.42% -
HSV(B) 326.53º 0.82% 0.71% -
XYZ 22.46 12.03 17.36 -
YUV 86.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 180 33 115 0 0.82 0.36 0.29 326.53 0.69 0.42
Hex B4 21 73 0 52 24 1D 147 45 2A
Octal 264 41 163 0 122 44 35 507 105 52
Binary 10110100 100001 1110011 0 1010010 100100 11101 101000111 1000101 101010

Color Harmonies of #B42173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42173

Black with #B42173

Text Example


Text Example

White with #B42173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42173; }

 p { color: rgb(180,33,115); }

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

background-color css

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

 a { background-color: rgb(180,33,115); }

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

border-color css

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

 span { border-color: rgb(180,33,115); }

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