Html Css Color HEX #B13793 Medium Red Violet

📋 copy color: '#B13793'

red 177 ◦ green 55 ◦ blue 147

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

Shades of Medium Red Violet #B13793

Tints of Medium Red Violet #B13793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 46.7%
G = 14.51%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B13793 (or 0xB13793) is known color: Medium Red Violet. HEX triplet: B1, 37 and 93. RGB value is (177,55,147). Sum of RGB (Red+Green+Blue) = 177+55+147=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B13793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13793 is #4EC86C. Grayscale: #656565. Windows color (decimal): -5163117 or 9648049. OLE color: 9648049.

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

Color convert

RGB 177 55 147 -
CMYK 0 0.69 0.17 0.31
HSL 314.75º 0.53% 0.45% -
HSV(B) 314.75º 0.69% 0.69% -
XYZ 24.76 14.19 29.04 -
YUV 101.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 177 55 147 0 0.69 0.17 0.31 314.75 0.53 0.45
Hex B1 37 93 0 45 11 1F 13B 35 2D
Octal 261 67 223 0 105 21 37 473 65 55
Binary 10110001 110111 10010011 0 1000101 10001 11111 100111011 110101 101101

Color Harmonies of #B13793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13793

Black with #B13793

Text Example


Text Example

White with #B13793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13793; }

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

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

background-color css

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

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

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

border-color css

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

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

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