Html Css Color HEX #B1379F Medium Red Violet

📋 copy color: '#B1379F'

red 177 ◦ green 55 ◦ blue 159

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

Shades of Medium Red Violet #B1379F

Tints of Medium Red Violet #B1379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 45.27%
G = 14.07%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1379F (or 0xB1379F) is known color: Medium Red Violet. HEX triplet: B1, 37 and 9F. RGB value is (177,55,159). Sum of RGB (Red+Green+Blue) = 177+55+159=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1379F is #4EC860. Grayscale: #676767. Windows color (decimal): -5163105 or 10434481. OLE color: 10434481.

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

Color convert

RGB 177 55 159 -
CMYK 0 0.69 0.10 0.31
HSL 308.85º 0.53% 0.45% -
HSV(B) 308.85º 0.69% 0.69% -
XYZ 25.76 14.58 34.26 -
YUV 103.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 177 55 159 0 0.69 0.10 0.31 308.85 0.53 0.45
Hex B1 37 9F 0 45 A 1F 135 35 2D
Octal 261 67 237 0 105 12 37 465 65 55
Binary 10110001 110111 10011111 0 1000101 1010 11111 100110101 110101 101101

Color Harmonies of #B1379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1379F

Black with #B1379F

Text Example


Text Example

White with #B1379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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