Html Css Color HEX #B13373 Medium Red Violet

📋 copy color: '#B13373'

red 177 ◦ green 51 ◦ blue 115

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

Shades of Medium Red Violet #B13373

Tints of Medium Red Violet #B13373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 51.6%
G = 14.87%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B13373 (or 0xB13373) is known color: Medium Red Violet. HEX triplet: B1, 33 and 73. RGB value is (177,51,115). Sum of RGB (Red+Green+Blue) = 177+51+115=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B13373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13373 is #4ECC8C. Grayscale: #5F5F5F. Windows color (decimal): -5164173 or 7549873. OLE color: 7549873.

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

Color convert

RGB 177 51 115 -
CMYK 0 0.71 0.35 0.31
HSL 329.52º 0.55% 0.45% -
HSV(B) 329.52º 0.71% 0.69% -
XYZ 22.41 12.95 17.54 -
YUV 95.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 177 51 115 0 0.71 0.35 0.31 329.52 0.55 0.45
Hex B1 33 73 0 47 23 1F 14A 37 2D
Octal 261 63 163 0 107 43 37 512 67 55
Binary 10110001 110011 1110011 0 1000111 100011 11111 101001010 110111 101101

Color Harmonies of #B13373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13373

Black with #B13373

Text Example


Text Example

White with #B13373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13373; }

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

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

background-color css

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

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

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

border-color css

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

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

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