Html Css Color HEX #B3329B Medium Red Violet

📋 copy color: '#B3329B'

red 179 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #B3329B

Tints of Medium Red Violet #B3329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.02%

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

R = 46.61%
G = 13.02%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3329B (or 0xB3329B) is known color: Medium Red Violet. HEX triplet: B3, 32 and 9B. RGB value is (179,50,155). Sum of RGB (Red+Green+Blue) = 179+50+155=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3329B is #4CCD64. Grayscale: #646464. Windows color (decimal): -5033317 or 10171059. OLE color: 10171059.

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

Color convert

RGB 179 50 155 -
CMYK 0 0.72 0.13 0.30
HSL 311.16º 0.56% 0.45% -
HSV(B) 311.16º 0.72% 0.7% -
XYZ 25.65 14.23 32.41 -
YUV 100.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 179 50 155 0 0.72 0.13 0.30 311.16 0.56 0.45
Hex B3 32 9B 0 48 D 1E 137 38 2D
Octal 263 62 233 0 110 15 36 467 70 55
Binary 10110011 110010 10011011 0 1001000 1101 11110 100110111 111000 101101

Color Harmonies of #B3329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3329B

Black with #B3329B

Text Example


Text Example

White with #B3329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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