Html Css Color HEX #B41C83 Medium Violet Red

📋 copy color: '#B41C83'

red 180 ◦ green 28 ◦ blue 131

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

Shades of Medium Violet Red #B41C83

Tints of Medium Violet Red #B41C83

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

 BLUE value IS 131 (51.56% from 255) = 38.64%

R = 53.1%
G = 8.26%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B41C83 (or 0xB41C83) is known color: Medium Violet Red. HEX triplet: B4, 1C and 83. RGB value is (180,28,131). Sum of RGB (Red+Green+Blue) = 180+28+131=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41C83 is #4BE37C. Grayscale: #545454. Windows color (decimal): -4973437 or 8592564. OLE color: 8592564.

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

Color convert

RGB 180 28 131 -
CMYK 0 0.84 0.27 0.29
HSL 319.34º 0.73% 0.41% -
HSV(B) 319.34º 0.84% 0.71% -
XYZ 23.33 12.17 22.59 -
YUV 85.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 180 28 131 0 0.84 0.27 0.29 319.34 0.73 0.41
Hex B4 1C 83 0 54 1B 1D 13F 49 29
Octal 264 34 203 0 124 33 35 477 111 51
Binary 10110100 11100 10000011 0 1010100 11011 11101 100111111 1001001 101001

Color Harmonies of #B41C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C83

Black with #B41C83

Text Example


Text Example

White with #B41C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C83; }

 p { color: rgb(180,28,131); }

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

background-color css

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

 a { background-color: rgb(180,28,131); }

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

border-color css

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

 span { border-color: rgb(180,28,131); }

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