Html Css Color HEX #B3379C Medium Red Violet

📋 copy color: '#B3379C'

red 179 ◦ green 55 ◦ blue 156

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

Shades of Medium Red Violet #B3379C

Tints of Medium Red Violet #B3379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 45.9%
G = 14.1%
B = 40%

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

#B3379C (or 0xB3379C) is known color: Medium Red Violet. HEX triplet: B3, 37 and 9C. RGB value is (179,55,156). Sum of RGB (Red+Green+Blue) = 179+55+156=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3379C is #4CC863. Grayscale: #676767. Windows color (decimal): -5032036 or 10237875. OLE color: 10237875.

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

Color convert

RGB 179 55 156 -
CMYK 0 0.69 0.13 0.30
HSL 311.13º 0.53% 0.46% -
HSV(B) 311.13º 0.69% 0.7% -
XYZ 25.96 14.72 32.92 -
YUV 103.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 179 55 156 0 0.69 0.13 0.30 311.13 0.53 0.46
Hex B3 37 9C 0 45 D 1E 137 35 2E
Octal 263 67 234 0 105 15 36 467 65 56
Binary 10110011 110111 10011100 0 1000101 1101 11110 100110111 110101 101110

Color Harmonies of #B3379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3379C

Black with #B3379C

Text Example


Text Example

White with #B3379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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