Html Css Color HEX #B41575 Medium Violet Red

📋 copy color: '#B41575'

red 180 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #B41575

Tints of Medium Violet Red #B41575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.6%

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

R = 56.6%
G = 6.6%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B41575 (or 0xB41575) is known color: Medium Violet Red. HEX triplet: B4, 15 and 75. RGB value is (180,21,117). Sum of RGB (Red+Green+Blue) = 180+21+117=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B41575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41575 is #4BEA8A. Grayscale: #4F4F4F. Windows color (decimal): -4975243 or 7673268. OLE color: 7673268.

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

Color convert

RGB 180 21 117 -
CMYK 0 0.88 0.35 0.29
HSL 323.77º 0.79% 0.39% -
HSV(B) 323.77º 0.88% 0.71% -
XYZ 22.3 11.52 17.88 -
YUV 79.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 180 21 117 0 0.88 0.35 0.29 323.77 0.79 0.39
Hex B4 15 75 0 58 23 1D 144 4F 27
Octal 264 25 165 0 130 43 35 504 117 47
Binary 10110100 10101 1110101 0 1011000 100011 11101 101000100 1001111 100111

Color Harmonies of #B41575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41575

Black with #B41575

Text Example


Text Example

White with #B41575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41575; }

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

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

background-color css

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

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

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

border-color css

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

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

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