Html Css Color HEX #B13279 Medium Red Violet

📋 copy color: '#B13279'

red 177 ◦ green 50 ◦ blue 121

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

Shades of Medium Red Violet #B13279

Tints of Medium Red Violet #B13279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 50.86%
G = 14.37%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B13279 (or 0xB13279) is known color: Medium Red Violet. HEX triplet: B1, 32 and 79. RGB value is (177,50,121). Sum of RGB (Red+Green+Blue) = 177+50+121=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B13279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13279 is #4ECD86. Grayscale: #5F5F5F. Windows color (decimal): -5164423 or 7942833. OLE color: 7942833.

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

Color convert

RGB 177 50 121 -
CMYK 0 0.72 0.32 0.31
HSL 326.46º 0.56% 0.45% -
HSV(B) 326.46º 0.72% 0.69% -
XYZ 22.72 13.01 19.4 -
YUV 96.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 177 50 121 0 0.72 0.32 0.31 326.46 0.56 0.45
Hex B1 32 79 0 48 20 1F 146 38 2D
Octal 261 62 171 0 110 40 37 506 70 55
Binary 10110001 110010 1111001 0 1001000 100000 11111 101000110 111000 101101

Color Harmonies of #B13279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13279

Black with #B13279

Text Example


Text Example

White with #B13279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13279; }

 p { color: rgb(177,50,121); }

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

background-color css

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

 a { background-color: rgb(177,50,121); }

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

border-color css

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

 span { border-color: rgb(177,50,121); }

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