Html Css Color HEX #B1379A Medium Red Violet

📋 copy color: '#B1379A'

red 177 ◦ green 55 ◦ blue 154

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

Shades of Medium Red Violet #B1379A

Tints of Medium Red Violet #B1379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.9%

R = 45.85%
G = 14.25%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1379A (or 0xB1379A) is known color: Medium Red Violet. HEX triplet: B1, 37 and 9A. RGB value is (177,55,154). Sum of RGB (Red+Green+Blue) = 177+55+154=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1379A is #4EC865. Grayscale: #666666. Windows color (decimal): -5163110 or 10106801. OLE color: 10106801.

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

Color convert

RGB 177 55 154 -
CMYK 0 0.69 0.13 0.31
HSL 311.31º 0.53% 0.45% -
HSV(B) 311.31º 0.69% 0.69% -
XYZ 25.33 14.41 32.02 -
YUV 102.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 177 55 154 0 0.69 0.13 0.31 311.31 0.53 0.45
Hex B1 37 9A 0 45 D 1F 137 35 2D
Octal 261 67 232 0 105 15 37 467 65 55
Binary 10110001 110111 10011010 0 1000101 1101 11111 100110111 110101 101101

Color Harmonies of #B1379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1379A

Black with #B1379A

Text Example


Text Example

White with #B1379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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