Html Css Color HEX #B3317D Medium Red Violet

📋 copy color: '#B3317D'

red 179 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #B3317D

Tints of Medium Red Violet #B3317D

RGB

 RED value IS 179 (70.31% from 255) = 50.71%

 GREEN value IS 49 (19.53% from 255) = 13.88%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 50.71%
G = 13.88%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3317D (or 0xB3317D) is known color: Medium Red Violet. HEX triplet: B3, 31 and 7D. RGB value is (179,49,125). Sum of RGB (Red+Green+Blue) = 179+49+125=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3317D is #4CCE82. Grayscale: #606060. Windows color (decimal): -5033603 or 8204723. OLE color: 8204723.

HSL color Cylindrical-coordinate representation of color #B3317D: hue angle of 324.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3317D is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 125 -
CMYK 0 0.73 0.30 0.30
HSL 324.92º 0.57% 0.45% -
HSV(B) 324.92º 0.73% 0.7% -
XYZ 23.39 13.26 20.73 -
YUV 96.53 144.07 186.82 -
System Red Green Blue C M Y K H S L
Decimal 179 49 125 0 0.73 0.30 0.30 324.92 0.57 0.45
Hex B3 31 7D 0 49 1E 1E 145 39 2D
Octal 263 61 175 0 111 36 36 505 71 55
Binary 10110011 110001 1111101 0 1001001 11110 11110 101000101 111001 101101

Color Harmonies of #B3317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3317D

Black with #B3317D

Text Example


Text Example

White with #B3317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3317D; }

 p { color: rgb(179,49,125); }

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

background-color css

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

 a { background-color: rgb(179,49,125); }

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

border-color css

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

 span { border-color: rgb(179,49,125); }

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