Html Css Color HEX #B1319B Medium Red Violet

📋 copy color: '#B1319B'

red 177 ◦ green 49 ◦ blue 155

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

Shades of Medium Red Violet #B1319B

Tints of Medium Red Violet #B1319B

RGB

 RED value IS 177 (69.53% from 255) = 46.46%

 GREEN value IS 49 (19.53% from 255) = 12.86%

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 46.46%
G = 12.86%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1319B (or 0xB1319B) is known color: Medium Red Violet. HEX triplet: B1, 31 and 9B. RGB value is (177,49,155). Sum of RGB (Red+Green+Blue) = 177+49+155=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1319B is #4ECE64. Grayscale: #636363. Windows color (decimal): -5164645 or 10170801. OLE color: 10170801.

HSL color Cylindrical-coordinate representation of color #B1319B: hue angle of 310.31º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1319B is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 155 -
CMYK 0 0.72 0.12 0.31
HSL 310.31º 0.57% 0.44% -
HSV(B) 310.31º 0.72% 0.69% -
XYZ 25.15 13.91 32.37 -
YUV 99.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 177 49 155 0 0.72 0.12 0.31 310.31 0.57 0.44
Hex B1 31 9B 0 48 C 1F 136 39 2C
Octal 261 61 233 0 110 14 37 466 71 54
Binary 10110001 110001 10011011 0 1001000 1100 11111 100110110 111001 101100

Color Harmonies of #B1319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1319B

Black with #B1319B

Text Example


Text Example

White with #B1319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1319B; }

 p { color: rgb(177,49,155); }

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

background-color css

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

 a { background-color: rgb(177,49,155); }

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

border-color css

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

 span { border-color: rgb(177,49,155); }

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