Html Css Color HEX #B1379D Medium Red Violet

📋 copy color: '#B1379D'

red 177 ◦ green 55 ◦ blue 157

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

Shades of Medium Red Violet #B1379D

Tints of Medium Red Violet #B1379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 45.5%
G = 14.14%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1379D (or 0xB1379D) is known color: Medium Red Violet. HEX triplet: B1, 37 and 9D. RGB value is (177,55,157). Sum of RGB (Red+Green+Blue) = 177+55+157=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1379D is #4EC862. Grayscale: #666666. Windows color (decimal): -5163107 or 10303409. OLE color: 10303409.

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

Color convert

RGB 177 55 157 -
CMYK 0 0.69 0.11 0.31
HSL 309.84º 0.53% 0.45% -
HSV(B) 309.84º 0.69% 0.69% -
XYZ 25.58 14.51 33.35 -
YUV 103.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 177 55 157 0 0.69 0.11 0.31 309.84 0.53 0.45
Hex B1 37 9D 0 45 B 1F 136 35 2D
Octal 261 67 235 0 105 13 37 466 65 55
Binary 10110001 110111 10011101 0 1000101 1011 11111 100110110 110101 101101

Color Harmonies of #B1379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1379D

Black with #B1379D

Text Example


Text Example

White with #B1379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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