Html Css Color HEX #B3379B Medium Red Violet

📋 copy color: '#B3379B'

red 179 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #B3379B

Tints of Medium Red Violet #B3379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.14%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 46.02%
G = 14.14%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3379B (or 0xB3379B) is known color: Medium Red Violet. HEX triplet: B3, 37 and 9B. RGB value is (179,55,155). Sum of RGB (Red+Green+Blue) = 179+55+155=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3379B is #4CC864. Grayscale: #676767. Windows color (decimal): -5032037 or 10172339. OLE color: 10172339.

HSL color Cylindrical-coordinate representation of color #B3379B: hue angle of 311.61º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3379B is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 155 -
CMYK 0 0.69 0.13 0.30
HSL 311.61º 0.53% 0.46% -
HSV(B) 311.61º 0.69% 0.7% -
XYZ 25.87 14.68 32.48 -
YUV 103.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 179 55 155 0 0.69 0.13 0.30 311.61 0.53 0.46
Hex B3 37 9B 0 45 D 1E 138 35 2E
Octal 263 67 233 0 105 15 36 470 65 56
Binary 10110011 110111 10011011 0 1000101 1101 11110 100111000 110101 101110

Color Harmonies of #B3379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3379B

Black with #B3379B

Text Example


Text Example

White with #B3379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3379B; }

 p { color: rgb(179,55,155); }

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

background-color css

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

 a { background-color: rgb(179,55,155); }

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

border-color css

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

 span { border-color: rgb(179,55,155); }

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