Html Css Color HEX #B1378F Medium Red Violet

📋 copy color: '#B1378F'

red 177 ◦ green 55 ◦ blue 143

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

Shades of Medium Red Violet #B1378F

Tints of Medium Red Violet #B1378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 47.2%
G = 14.67%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1378F (or 0xB1378F) is known color: Medium Red Violet. HEX triplet: B1, 37 and 8F. RGB value is (177,55,143). Sum of RGB (Red+Green+Blue) = 177+55+143=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1378F is #4EC870. Grayscale: #656565. Windows color (decimal): -5163121 or 9385905. OLE color: 9385905.

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

Color convert

RGB 177 55 143 -
CMYK 0 0.69 0.19 0.31
HSL 316.72º 0.53% 0.45% -
HSV(B) 316.72º 0.69% 0.69% -
XYZ 24.46 14.06 27.41 -
YUV 101.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 177 55 143 0 0.69 0.19 0.31 316.72 0.53 0.45
Hex B1 37 8F 0 45 13 1F 13D 35 2D
Octal 261 67 217 0 105 23 37 475 65 55
Binary 10110001 110111 10001111 0 1000101 10011 11111 100111101 110101 101101

Color Harmonies of #B1378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1378F

Black with #B1378F

Text Example


Text Example

White with #B1378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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