Html Css Color HEX #B41173 Medium Violet Red

📋 copy color: '#B41173'

red 180 ◦ green 17 ◦ blue 115

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

Shades of Medium Violet Red #B41173

Tints of Medium Violet Red #B41173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

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

R = 57.69%
G = 5.45%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B41173 (or 0xB41173) is known color: Medium Violet Red. HEX triplet: B4, 11 and 73. RGB value is (180,17,115). Sum of RGB (Red+Green+Blue) = 180+17+115=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B41173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41173 is #4BEE8C. Grayscale: #4C4C4C. Windows color (decimal): -4976269 or 7541172. OLE color: 7541172.

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

Color convert

RGB 180 17 115 -
CMYK 0 0.91 0.36 0.29
HSL 323.93º 0.83% 0.39% -
HSV(B) 323.93º 0.91% 0.71% -
XYZ 22.12 11.34 17.24 -
YUV 76.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 180 17 115 0 0.91 0.36 0.29 323.93 0.83 0.39
Hex B4 11 73 0 5B 24 1D 144 53 27
Octal 264 21 163 0 133 44 35 504 123 47
Binary 10110100 10001 1110011 0 1011011 100100 11101 101000100 1010011 100111

Color Harmonies of #B41173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41173

Black with #B41173

Text Example


Text Example

White with #B41173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41173; }

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

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

background-color css

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

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

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

border-color css

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

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

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