Html Css Color HEX #B13391 Medium Red Violet

📋 copy color: '#B13391'

red 177 ◦ green 51 ◦ blue 145

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

Shades of Medium Red Violet #B13391

Tints of Medium Red Violet #B13391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.67%

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

R = 47.45%
G = 13.67%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B13391 (or 0xB13391) is known color: Medium Red Violet. HEX triplet: B1, 33 and 91. RGB value is (177,51,145). Sum of RGB (Red+Green+Blue) = 177+51+145=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B13391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13391 is #4ECC6E. Grayscale: #636363. Windows color (decimal): -5164143 or 9515953. OLE color: 9515953.

HSL color Cylindrical-coordinate representation of color #B13391: hue angle of 315.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13391 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 145 -
CMYK 0 0.71 0.18 0.31
HSL 315.24º 0.55% 0.45% -
HSV(B) 315.24º 0.71% 0.69% -
XYZ 24.43 13.76 28.16 -
YUV 99.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 177 51 145 0 0.71 0.18 0.31 315.24 0.55 0.45
Hex B1 33 91 0 47 12 1F 13B 37 2D
Octal 261 63 221 0 107 22 37 473 67 55
Binary 10110001 110011 10010001 0 1000111 10010 11111 100111011 110111 101101

Color Harmonies of #B13391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13391

Black with #B13391

Text Example


Text Example

White with #B13391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13391; }

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

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

background-color css

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

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

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

border-color css

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

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

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