Html Css Color HEX #B1318E Medium Red Violet

📋 copy color: '#B1318E'

red 177 ◦ green 49 ◦ blue 142

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

Shades of Medium Red Violet #B1318E

Tints of Medium Red Violet #B1318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 48.1%
G = 13.32%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1318E (or 0xB1318E) is known color: Medium Red Violet. HEX triplet: B1, 31 and 8E. RGB value is (177,49,142). Sum of RGB (Red+Green+Blue) = 177+49+142=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1318E is #4ECE71. Grayscale: #616161. Windows color (decimal): -5164658 or 9318833. OLE color: 9318833.

HSL color Cylindrical-coordinate representation of color #B1318E: hue angle of 316.41º 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 #B1318E is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 142 -
CMYK 0 0.72 0.20 0.31
HSL 316.41º 0.57% 0.44% -
HSV(B) 316.41º 0.72% 0.69% -
XYZ 24.11 13.5 26.93 -
YUV 97.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 177 49 142 0 0.72 0.20 0.31 316.41 0.57 0.44
Hex B1 31 8E 0 48 14 1F 13C 39 2C
Octal 261 61 216 0 110 24 37 474 71 54
Binary 10110001 110001 10001110 0 1001000 10100 11111 100111100 111001 101100

Color Harmonies of #B1318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1318E

Black with #B1318E

Text Example


Text Example

White with #B1318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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