Html Css Color HEX #B3318A Medium Red Violet

📋 copy color: '#B3318A'

red 179 ◦ green 49 ◦ blue 138

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

Shades of Medium Red Violet #B3318A

Tints of Medium Red Violet #B3318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 48.91%
G = 13.39%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3318A (or 0xB3318A) is known color: Medium Red Violet. HEX triplet: B3, 31 and 8A. RGB value is (179,49,138). Sum of RGB (Red+Green+Blue) = 179+49+138=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B3318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3318A is #4CCE75. Grayscale: #616161. Windows color (decimal): -5033590 or 9056691. OLE color: 9056691.

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

Color convert

RGB 179 49 138 -
CMYK 0 0.73 0.23 0.30
HSL 318.92º 0.57% 0.45% -
HSV(B) 318.92º 0.73% 0.7% -
XYZ 24.28 13.62 25.39 -
YUV 98.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 179 49 138 0 0.73 0.23 0.30 318.92 0.57 0.45
Hex B3 31 8A 0 49 17 1E 13F 39 2D
Octal 263 61 212 0 111 27 36 477 71 55
Binary 10110011 110001 10001010 0 1001001 10111 11110 100111111 111001 101101

Color Harmonies of #B3318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3318A

Black with #B3318A

Text Example


Text Example

White with #B3318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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