Html Css Color HEX #B41175 Medium Violet Red

📋 copy color: '#B41175'

red 180 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #B41175

Tints of Medium Violet Red #B41175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 57.32%
G = 5.41%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B41175 (or 0xB41175) is known color: Medium Violet Red. HEX triplet: B4, 11 and 75. RGB value is (180,17,117). Sum of RGB (Red+Green+Blue) = 180+17+117=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B41175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41175 is #4BEE8A. Grayscale: #4C4C4C. Windows color (decimal): -4976267 or 7672244. OLE color: 7672244.

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

Color convert

RGB 180 17 117 -
CMYK 0 0.91 0.35 0.29
HSL 323.19º 0.83% 0.39% -
HSV(B) 323.19º 0.91% 0.71% -
XYZ 22.23 11.39 17.86 -
YUV 77.14 150.5 201.37 -
System Red Green Blue C M Y K H S L
Decimal 180 17 117 0 0.91 0.35 0.29 323.19 0.83 0.39
Hex B4 11 75 0 5B 23 1D 143 53 27
Octal 264 21 165 0 133 43 35 503 123 47
Binary 10110100 10001 1110101 0 1011011 100011 11101 101000011 1010011 100111

Color Harmonies of #B41175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41175

Black with #B41175

Text Example


Text Example

White with #B41175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41175; }

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

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

background-color css

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

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

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

border-color css

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

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

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