Html Css Color HEX #B3319F Medium Red Violet

📋 copy color: '#B3319F'

red 179 ◦ green 49 ◦ blue 159

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

Shades of Medium Red Violet #B3319F

Tints of Medium Red Violet #B3319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 46.25%
G = 12.66%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3319F (or 0xB3319F) is known color: Medium Red Violet. HEX triplet: B3, 31 and 9F. RGB value is (179,49,159). Sum of RGB (Red+Green+Blue) = 179+49+159=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3319F is #4CCE60. Grayscale: #646464. Windows color (decimal): -5033569 or 10432947. OLE color: 10432947.

HSL color Cylindrical-coordinate representation of color #B3319F: hue angle of 309.23º 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 #B3319F is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 159 -
CMYK 0 0.73 0.11 0.30
HSL 309.23º 0.57% 0.45% -
HSV(B) 309.23º 0.73% 0.7% -
XYZ 25.95 14.28 34.19 -
YUV 100.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 179 49 159 0 0.73 0.11 0.30 309.23 0.57 0.45
Hex B3 31 9F 0 49 B 1E 135 39 2D
Octal 263 61 237 0 111 13 36 465 71 55
Binary 10110011 110001 10011111 0 1001001 1011 11110 100110101 111001 101101

Color Harmonies of #B3319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3319F

Black with #B3319F

Text Example


Text Example

White with #B3319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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