Html Css Color HEX #B13791 Medium Red Violet

📋 copy color: '#B13791'

red 177 ◦ green 55 ◦ blue 145

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

Shades of Medium Red Violet #B13791

Tints of Medium Red Violet #B13791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 46.95%
G = 14.59%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B13791 (or 0xB13791) is known color: Medium Red Violet. HEX triplet: B1, 37 and 91. RGB value is (177,55,145). Sum of RGB (Red+Green+Blue) = 177+55+145=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B13791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13791 is #4EC86E. Grayscale: #656565. Windows color (decimal): -5163119 or 9516977. OLE color: 9516977.

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

Color convert

RGB 177 55 145 -
CMYK 0 0.69 0.18 0.31
HSL 315.74º 0.53% 0.45% -
HSV(B) 315.74º 0.69% 0.69% -
XYZ 24.61 14.12 28.22 -
YUV 101.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 177 55 145 0 0.69 0.18 0.31 315.74 0.53 0.45
Hex B1 37 91 0 45 12 1F 13C 35 2D
Octal 261 67 221 0 105 22 37 474 65 55
Binary 10110001 110111 10010001 0 1000101 10010 11111 100111100 110101 101101

Color Harmonies of #B13791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13791

Black with #B13791

Text Example


Text Example

White with #B13791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13791; }

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

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

background-color css

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

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

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

border-color css

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

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

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