Html Css Color HEX #B1379B Medium Red Violet

📋 copy color: '#B1379B'

red 177 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #B1379B

Tints of Medium Red Violet #B1379B

RGB

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

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

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

R = 45.74%
G = 14.21%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1379B (or 0xB1379B) is known color: Medium Red Violet. HEX triplet: B1, 37 and 9B. RGB value is (177,55,155). Sum of RGB (Red+Green+Blue) = 177+55+155=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1379B is #4EC864. Grayscale: #666666. Windows color (decimal): -5163109 or 10172337. OLE color: 10172337.

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

Color convert

RGB 177 55 155 -
CMYK 0 0.69 0.12 0.31
HSL 310.82º 0.53% 0.45% -
HSV(B) 310.82º 0.69% 0.69% -
XYZ 25.41 14.45 32.46 -
YUV 102.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 177 55 155 0 0.69 0.12 0.31 310.82 0.53 0.45
Hex B1 37 9B 0 45 C 1F 137 35 2D
Octal 261 67 233 0 105 14 37 467 65 55
Binary 10110001 110111 10011011 0 1000101 1100 11111 100110111 110101 101101

Color Harmonies of #B1379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1379B

Black with #B1379B

Text Example


Text Example

White with #B1379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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