Html Css Color HEX #B1378C Medium Red Violet

📋 copy color: '#B1378C'

red 177 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #B1378C

Tints of Medium Red Violet #B1378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.78%

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 47.58%
G = 14.78%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1378C (or 0xB1378C) is known color: Medium Red Violet. HEX triplet: B1, 37 and 8C. RGB value is (177,55,140). Sum of RGB (Red+Green+Blue) = 177+55+140=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1378C is #4EC873. Grayscale: #646464. Windows color (decimal): -5163124 or 9189297. OLE color: 9189297.

HSL color Cylindrical-coordinate representation of color #B1378C: hue angle of 318.2º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1378C is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 55 140 -
CMYK 0 0.69 0.21 0.31
HSL 318.2º 0.53% 0.45% -
HSV(B) 318.2º 0.69% 0.69% -
XYZ 24.23 13.97 26.23 -
YUV 101.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 177 55 140 0 0.69 0.21 0.31 318.2 0.53 0.45
Hex B1 37 8C 0 45 15 1F 13E 35 2D
Octal 261 67 214 0 105 25 37 476 65 55
Binary 10110001 110111 10001100 0 1000101 10101 11111 100111110 110101 101101

Color Harmonies of #B1378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1378C

Black with #B1378C

Text Example


Text Example

White with #B1378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1378C; }

 p { color: rgb(177,55,140); }

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

background-color css

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

 a { background-color: rgb(177,55,140); }

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

border-color css

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

 span { border-color: rgb(177,55,140); }

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